(function(f){function L(b){this._settings=a.extend({},b);this._input=this._settings.input;if(this._input._placeholder instanceof L)return this._input._placeholder;this._input._placeholder=this;if(a.Placeholder.isSupported)return this;this._text=this._input.getAttribute("placeholder");this._input.removeAttribute("placeholder");this._baseClass=this._input._widget._baseClass+"__placeholder";this._placeholder=document.createElement("div");this._placeholder.className=this._baseClass;this._placeholder.innerHTML= this._text;this._input.parentNode.appendChild(this._placeholder);this._placeHolderKeys=this._placeHolderKeys.bind(this);this._toggle=this._toggle.bind(this);a.Events.addListener(this._input,"keydown",this._placeHolderKeys);a.Events.addListener(this._input,"keyup",this._placeHolderKeys);a.Events.addListener(this._input,"paste",this._toggle);a.Events.addListener(this._input,"cut",this._toggle);a.Events.addListener(this._input,"input",this._toggle);this._toggle()}function D(b){this._settings=b;this._container= this._settings.node;if(this._container._widget instanceof D)return this._container._widget;this._baseClass=this._container.getAttribute("data-baseCls");this._input=this._container.getElementsByTagName("input")[0]||this._container.getElementsByTagName("button")[0]||this._container.getElementsByTagName("select")[0];this._container._widget=this._input._widget=this;"input"==this._input.nodeName.toLowerCase()&&(this._placeholder=new a.Placeholder({input:this._input}),this.value=function(a){if(void 0!== a)this._input.value=a,this._placeholder._toggle();else return this._input.value}.bind(this));var b=a.bind(this._addHandler,this),c;for(c in this._handlers)if(this._handlers.hasOwnProperty(c)){var d=this._handlers[c];b(c,"add",d);b(c,"remove",d)}"_onChange"in this&&(this._onChange=a.bind(this._onChange,this),a.Events.addListener(this._input,"change",this._onChange),a.Events.addListener(this._input,"keyup",this._onChange),a.Events.addListener(this._input,"click",this._onChange));this._addTimeout={}; this._removeTimeout={}}function aa(b){a.Widget.call(this,b);this._onChange()}function ba(b){a.Widget.call(this,b);this._settings.option&&(this.option=this._settings.option);this._text=a.byClassName(this._container,"js-text")[0];this.redraw()}function ca(b){this._settings=a.extend({},b);this._container=this._settings.node;if(this._container._widget instanceof D)return this._container._widget;this._baseClass=this._container.getAttribute("data-baseCls");this._inputWidget=new a.Widget(this._settings.input); this._selectWidget=new a.SelectWidget(this._settings.select);this._inputWidget.on("addMod",this.proxyMod.bind(this));this._inputWidget.on("removeMod",this.proxyMod.bind(this));this._selectWidget.on("addMod",this.proxyMod.bind(this));this._selectWidget.on("removeMod",this.proxyMod.bind(this));this._container._widget=this;this._addTimeout={};this._removeTimeout={}}function da(b){this._settings=a.extend({},b);this._popup=new a.Popup({node:this._settings.node,preloader:this._settings.preloader});this._form= this._settings.node;b=this._form.getElementsByTagName("input");this._backPage=b[0];this._failPage=b[1];this._domainsList=a.byClassName(this._settings.node,this._settings.domainsListCls)[0];this._title=a.byClassName(this._settings.node,this._settings.titleCls)[0];this._submitButtonWrapper=a.byClassName(this._settings.node,this._settings.submitButtonCls)[0];this._submitButtonText=a.byClassName(this._submitButtonWrapper,"js-text")[0];this._submitButton=this._submitButtonWrapper.getElementsByTagName("input")[0]; this._submitButtonPressed=!1;a.Events.addListener(this._submitButton,"mousedown",a.bind(function(){this._submitButtonPressed=!0;a.setTimeout(a.bind(function(){this._submitButtonPressed=!1},this),100)},this));a.Events.addListener(this._form,"submit",a.bind(function(b){this._submitButtonPressed&&(this._submitButtonPressed=!1);b.preventDefault();if(this._validate()){var d=(b=this.isExternalDomains()&&this._selectedDomainsListItem&&("other"==this._selectedDomainsListItem.getAttribute("data-domain")|| "external"==this._selectedDomainsListItem.getAttribute("data-domain")))?"other":this._selectWidget.value(),e="home"!==a.project?"other":"home",g=b||this._values.Domains[d].external;!g&&!this._submitCounters[e][d]?d="mail.ru":g&&!this._submitCounters[e][d]&&(d="other",b=!0);g&&a.count(this._submitCounters[e].external);a.count(this._submitCounters[e][d]);a.setTimeout(a.bind(function(){this._form.submit()},this),50)}},this));this._select=a.byClassName(this._settings.node,this._settings.selectCls)[0]; this._selectElement=this._select.getElementsByTagName("select")[0];this._login=a.byClassName(this._settings.node,this._settings.loginCls)[0];this._loginElement=this._login.getElementsByTagName("input")[0];this._combo=a.byClassName(this._settings.node,this._settings.comboCls)[0];this._comboWidget=new a.ComboWidget({node:this._combo,select:{node:this._select,option:function(a){return(-1==a.indexOf("-")?"@":"")+(a||"mail.ru")}},input:{node:this._login}});this._loginWidget=this._comboWidget._inputWidget; this._selectWidget=this._comboWidget._selectWidget;this._password=a.byClassName(this._settings.node,this._settings.passwordCls)[0];this._passwordElement=this._password.getElementsByTagName("input")[0];this._passwordWidget=new a.Widget({node:this._password});this._showPasswordToggler=a.byClassName(this._settings.node,"js-password-eye")[0];this._passwordWarning();this._saveAuth=a.byClassName(this._settings.node,this._settings.saveAuthCls)[0];this._saveAuthElement=this._saveAuth.getElementsByTagName("input")[0]; this._saveAuthWidget=new a.CheckboxWidget({node:this._saveAuth});this._saveLoginInCookie=this._saveLoginInCookie.bind(this);a.Events.addListener(this._saveAuthElement,"change",this._saveLoginInCookie);a.Events.addListener(this._saveAuthElement,"click",this._saveLoginInCookie);this._popup.on("hide",a.bind(function(){this.emit("hide");this._visible=!1;a.count("clb1509591")},this));a.countEl(this._settings.node);this._infoText=a.byClassName(this._settings.node,this._settings.textCls)[0];this._errorText= a.byClassName(this._settings.node,this._settings.errorCls)[0];this._message=this._infoText.parentNode;this._oauthText=a.byClassName(this._settings.node,this._settings.oauthTextCls)[0];this._lostPass=a.byClassName(this._settings.node,this._settings.lostPassCls)[0];this._changeAuthUser=a.byClassName(this._popup.getControl("changeAuth"),"js-username")[0];this._changeAuthSelect=a.byClassName(this._settings.node,"js-auth-select")[0];this._changeAuthSelectText=a.byClassName(this._changeAuthSelect,"js-auth-select-text")[0]; this._changeAuthSelectControl=a.byClassName(this._changeAuthSelect,"js-auth-select-control")[0];this._changeAuthSelectWidget=new a.SelectWidget({node:a.byClassName(this._changeAuthSelect,"js-select")[0]});a.Events.addListener(this._changeAuthSelectWidget._input,"change",a.bind(this._changeAuth,this));a.Events.addListener(this._selectElement,"change",a.bind(this._changeDomain,this));a.Events.addListener(this._loginElement,"keyup",a.bind(this._getDomainsOnInput,this));a.Events.addListener(this._loginElement, "paste",a.bind(this._getDomainsOnInput,this));a.Events.addListener(this._loginElement,"cut",a.bind(this._getDomainsOnInput,this));f.settings.showPassword&&(a.Events.addListener(this._passwordElement,"keyup",a.bind(this._toggleEyeVisible,this)),a.Events.addListener(this._passwordElement,"paste",a.bind(this._toggleEyeVisible,this)),a.Events.addListener(this._passwordElement,"cut",a.bind(this._toggleEyeVisible,this)));this._popup.getControl("register").href="https://e.mail.ru/signup?from=authpopup"+ (f.settings.registerBackUrl?"&back="+encodeURIComponent(f.settings.registerBackUrl):"")+(f.settings.siteid?"&siteid="+f.settings.siteid:"")+("my"==a.project?"&SignupMymailRu=1":"");a.Events.addListener(this._popup.getControl("register"),"click",a.registerLinkClickHandler);this._initDomainsList();a.Events.addListener(this._showPasswordToggler,"click",a.bind(this._passwordVisibleToggle,this))}function M(b,c){"nodeType"in b&&(this._target=b,this._content=c||"",this._isVisible=!1,this._toHTMLBlock.innerHTML= this._tpl({name:"bub",params:{id:this._id,content:this._content,isVisible:this._isVisible}}),this._block=a.byId("PH_bub:"+this._id),this._closer=a.byId("PH_bub:closer:"+this._id),this._target.appendChild(this._block),a.event(1,this._closer,"click",this._click.bind(this)),this._id++)}function O(){f.settings.authGate?!function c(){var d=window.__AG;void 0==d||d&&void 0==d.show?setTimeout(c,100):d.then(function(c){a.showQuery.replace(function(d){var j=a.extend({},d);if(c.insert&&f.settings.inlineForm)c.focus&& c.focus(j.focus&&"string"===typeof j.focus?j.focus:"login",function(a){a&&(data.error=a);f.authForm.emit("focus")}),f.authForm.emit("show:inserted");else{d={title:{name:"titleText",type:"number"},description:{name:"infoText",type:"number"},success_redirect:{name:"successPage",type:"string"},type:{name:"formType",type:"string",callback:function(){"type"in j&&("relogin"==j.type||"restore"==j.type?j.type="choice":"login"!==j.type&&delete j.type)}},modal:{name:"closable",type:"boolean",callback:function(){j.modal? delete j.modal:j.modal=1}}};"login"in j&&"domain"in j&&(j.email=j.login+"@"+j.domain,delete j.login,delete j.domain);for(var m in d){var l=d[m];l.name in j&&typeof j[l.name]==l.type&&(j[m]=j[l.name],delete j[l.name],"function"===typeof l.callback&&l.callback())}f.settings.lang&&(j.lang=f.settings.lang);f.settings.authFormExtDomainsEnabled&&(j.allow_external=f.settings.authFormExtDomainsEnabled);if(f.settings.socialAuth){if("number"===typeof f.settings.socialAuth)f.settings.socialAuth={vk:1,fb:1,ok:1}; else if("string"===typeof f.settings.socialAuth)try{f.settings.socialAuth=a.parseJson(f.settings.socialAuth)}catch(h){}a.extend(j,f.settings.socialAuth)}f.settings.devAuth&&(j.devmail=1);if("mail"==a.project||"home"==a.project)j.success_redirect="https://e.mail.ru/messages/inbox?back=1";c.show.call(c,j)}});f.authForm.insert.replace(function(){return"insert"in c?(f.settings.inlineForm=!0,c.insert.apply(c,arguments),!0):!1});f.authForm.hide.replace(function(){f.settings.inlineForm||c.hide.apply(c,arguments)}); f.authForm.isVisible=function(){return c.isVisible()};a.EventEmitter.relay(["show","hide","render","load"],c,f.authForm)})}():(a.showQuery.replace(function(){a.authForm||P();a.authForm.show.apply(a.authForm,arguments)}),f.authForm.hide.replace(function(){a.authForm||P();a.authForm.hide.apply(a.authForm,arguments)}));f.authForm.on("render",function(){var c="string"==typeof a.project&&a.project.length?"_"+a.project:"";a.radar("show",1*new Date-a.timers.render,"form"+c);a.radar("render",1*new Date-a.timers.render, "form"+c)})}function P(){var b,c;F.innerHTML=a.tpl({name:"authForm",params:{translations:a.translations}});b=a.byId("x-ph__authForm__popup");c=a.byId("x-ph__authForm__popup__wrapper");document.body.appendChild(c);a.authForm=new a.AuthForm({node:b,titleCls:"js-title",comboCls:"js-combo",selectCls:"js-select",loginCls:"js-login",passwordCls:"js-password",saveAuthCls:"js-saveauth",submitButtonCls:"js-control-login",textCls:"js-text",errorCls:"js-error-text",domainsListCls:"js-domains",lostPassCls:"js-lost-password", preloader:!0,oauthTextCls:"js-oauth-text"});a.EventEmitter.relay(["show","hide","render"],a.authForm,f.authForm)}function Q(){"mail"!=a.project&&setTimeout(function(){var b={},c=location.href.replace(/https?:\/\//i,"").split("/")[0].toLowerCase().replace(/(\.\S)/ig,function(a){return a.replace(".","").toUpperCase()});if(window.performance&&window.performance.timing){var d=window.performance.timing;d.redirectStart&&d.redirectEnd&&(b.redirect=d.redirectEnd-d.redirectStart);d.domainLookupStart&&d.domainLookupEnd&& (b["domainLookup"+(0==d.domainLookupEnd-d.domainLookupStart?"0":"")]=d.domainLookupEnd-d.domainLookupStart);d.connectStart&&d.connectEnd&&(b.connect=d.connectEnd-d.connectStart);d.secureConnectionStart&&d.connectEnd&&(b.secureConnection=d.connectEnd-d.secureConnectionStart);d.requestStart&&d.responseStart&&(b.request=d.responseStart-d.requestStart);d.responseStart&&d.responseEnd&&(b.response=d.responseEnd-d.responseStart);d.domLoading&&d.domComplete&&(b.domComplete=d.domComplete-d.domLoading);d.domLoading&& d.domContentLoadedEventStart&&(b.domContentLoaded=d.domContentLoadedEventStart-d.domLoading);d.domLoading&&d.loadEventEnd&&(b.load=d.loadEventEnd-d.domLoading);a.radar(b,"loading_"+c)}},10)}var q=window.console||{};q.log=q.log||function(){};q.time=q.time||function(){};q.timeEnd=q.timeEnd||function(){};q.time("headline.external.js");if(!f._loaded){var k={ru_RU:{region:"\u0420\u0435\u0433\u0438\u043e\u043d",logout:"\u0412\u044b\u0439\u0442\u0438",changeCity:"\u0421\u043c\u0435\u043d\u0430 \u0433\u043e\u0440\u043e\u0434\u0430", passwordAndSecurity:"\u041f\u0430\u0440\u043e\u043b\u044c \u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c",privateData:"\u041b\u0438\u0447\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435",city:"\u0413\u043e\u0440\u043e\u0434",addPhone:"\u041f\u0440\u0438\u0432\u044f\u0436\u0438\u0442\u0435 \u0442\u0435\u043b\u0435\u0444\u043e\u043d, \u0447\u0442\u043e\u0431\u044b \u0443\u0441\u0438\u043b\u0438\u0442\u044c \u0437\u0430\u0449\u0438\u0442\u0443 \u043f\u043e\u0447\u0442\u044b", mail:"\u041f\u043e\u0447\u0442\u0430",my:"\u041c\u043e\u0439 \u041c\u0438\u0440",ok:"\u041e\u0434\u043d\u043e\u043a\u043b\u0430\u0441\u0441\u043d\u0438\u043a\u0438",games:"\u0418\u0433\u0440\u044b",love:"\u0417\u043d\u0430\u043a\u043e\u043c\u0441\u0442\u0432\u0430",news:"\u041d\u043e\u0432\u043e\u0441\u0442\u0438",search:"\u041f\u043e\u0438\u0441\u043a",all:"\u0412\u0441\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\u044b",beepcar:"BeepCar",bonus:"\u0411\u043e\u043d\u0443\u0441",files:"\u0424\u0430\u0439\u043b\u044b", travel:"\u041f\u0443\u0442\u0435\u0448\u0435\u0441\u0442\u0432\u0438\u044f",cards:"\u041e\u0442\u043a\u0440\u044b\u0442\u043a\u0438",video:"\u0412\u0438\u0434\u0435\u043e",money:"\u0414\u0435\u043d\u044c\u0433\u0438",exit:"\u0432\u044b\u0445\u043e\u0434",enter:"\u0412\u0445\u043e\u0434",settings:"\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",registration:"\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f",change_account:"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u044f\u0449\u0438\u043a", change_account_description:"\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c
\u0441 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u043c\u0438 \u044f\u0449\u0438\u043a\u0430\u043c\u0438.",more:"\u0423\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435",error:"\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f", moto:"\u041c\u043e\u0442\u043e",login:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043b\u043e\u0433\u0438\u043d \u0438 \u043f\u0430\u0440\u043e\u043b\u044c \u043e\u0442 \u0441\u0432\u043e\u0435\u0433\u043e \u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e \u044f\u0449\u0438\u043a\u0430 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u0441 \u0441\u0435\u0440\u0432\u0438\u0441\u043e\u043c.", multilogin:"\u0410\u0432\u0442\u043e\u0440\u0438\u0437\u0443\u0439\u0442\u0435\u0441\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u043c\u0438 \u044f\u0449\u0438\u043a\u0430\u043c\u0438, \u0438 \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043b\u0435\u0433\u043a\u043e \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u044c\u0441\u044f \u043c\u0435\u0436\u0434\u0443 \u043d\u0438\u043c\u0438.",multiloginExternal:'\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0441 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u043c\u0438 \u044f\u0449\u0438\u043a\u0430\u043c\u0438. \u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043b\u043e\u0433\u0438\u043d \u0438 \u043f\u0430\u0440\u043e\u043b\u044c \u043e\u0442 \u0441\u0432\u043e\u0435\u0439 \u041f\u043e\u0447\u0442\u044b@Mail.Ru \u0438\u043b\u0438 \u043b\u044e\u0431\u043e\u0439 \u0434\u0440\u0443\u0433\u043e\u0439 \u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0439 \u0441\u043b\u0443\u0436\u0431\u044b. \u0423\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435', store:"\u0437\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c",forgotPass:"\u0417\u0430\u0431\u044b\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c?",accountName:"\u0418\u043c\u044f \u044f\u0449\u0438\u043a\u0430",password:"\u041f\u0430\u0440\u043e\u043b\u044c",toEnter:"\u0412\u043e\u0439\u0442\u0438",unreadMarker:"\u0415\u0441\u0442\u044c \u043d\u0435\u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043d\u043d\u044b\u0435 \u043f\u0438\u0441\u044c\u043c\u0430 \u0432 \u0434\u0440\u0443\u0433\u0438\u0445 \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u0445 \u044f\u0449\u0438\u043a\u0430\u0445", finance:"\u0424\u0438\u043d\u0430\u043d\u0441\u044b",other:"\u0414\u0440\u0443\u0433\u043e\u0439",enterMail:"\u0412\u043e\u0439\u0442\u0438 \u0432 \u043f\u043e\u0447\u0442\u0443",restoreAuth:"\u0414\u043b\u044f \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0438\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u0441\u0435\u0440\u0432\u0438\u0441\u043e\u043c, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c",gotoemail:"\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a", switching:"\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435",biz:"\u0411\u0438\u0437\u043d\u0435\u0441",goauth:"\u0414\u043b\u044f \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u0447\u0435\u0440\u0435\u0437 Google OAuth \u0432\u0430\u043c \u043d\u0435 \u043d\u0443\u0436\u043d\u043e \u0432\u0432\u043e\u0434\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c, \u0430 \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0432\u0430\u0448\u0435\u043c\u0443 \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0443 Gmail.", msoauth:"\u0414\u043b\u044f \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u0432 Outlook \u0432\u0430\u043c \u043d\u0435 \u043d\u0443\u0436\u043d\u043e \u0432\u0432\u043e\u0434\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c, \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0432\u0430\u0448\u0435\u043c\u0443 \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0443 \u0447\u0435\u0440\u0435\u0437 Live connect.", continues:"\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c",repair:"\u0420\u0435\u043c\u043e\u043d\u0442",select:"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435",vk:"\u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435",fb:"Facebook",okFriendRequestMsg:"\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0438, \u043a\u0442\u043e \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0438\u043b \u0442\u0435\u0431\u0435 \u0434\u0440\u0443\u0436\u0431\u0443 \u0432 \u041e\u0434\u043d\u043e\u043a\u043b\u0430\u0441\u0441\u043d\u0438\u043a\u0430\u0445", okPresentMsg:"\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0438, \u043a\u0430\u043a\u043e\u0439 \u043f\u043e\u0434\u0430\u0440\u043e\u043a \u0442\u0435\u0431\u0435 \u043f\u0440\u0438\u0441\u043b\u0430\u043b\u0438",look:"\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c"},be_BY:{region:"\u0420\u044d\u0433\u0456\u0451\u043d",logout:"\u0412\u044b\u0439\u0441\u0446i",changeCity:"\u0417\u043c\u0435\u043d\u0430 \u0433\u043e\u0440\u0430\u0434\u0430",passwordAndSecurity:"\u041f\u0430\u0440\u043e\u043b\u044c\u00a0\u0456\u00a0\u0431\u044f\u0441\u043f\u0435\u043a\u0430", privateData:"\u0410\u0441\u0430\u0431\u0456\u0441\u0442\u044b\u044f\u00a0\u0434\u0430\u043d\u044b\u044f",city:"\u0413\u043e\u0440\u0430\u0434",addPhone:"",mail:"\u041f\u043e\u0448\u0442\u0430",my:"\u043c\u043e\u0439 \u0441\u0432\u0435\u0442",ok:"\u041e\u0434\u043d\u043e\u043a\u043b\u0430\u0441\u0441\u043d\u0438\u043a\u0438",games:"\u0413\u0443\u043b\u044c\u043d\u0456",love:"\u0417\u043d\u0430\u0451\u043c\u0441\u0442\u0432\u044b",news:"\u041d\u0430\u0432\u0456\u043d\u044b",search:"\u041f\u043e\u0448\u0443\u043a", all:"\u0423\u0441\u0435 \u043f\u0440\u0430\u0435\u043a\u0442\u044b",beepcar:"BeepCar",bonus:"\u0411\u043e\u043d\u0443\u0441",files:"\u0424\u0430\u0439\u043b\u044b",travel:"\u041f\u0430\u0434\u0430\u0440\u043e\u0436\u0436\u044b",cards:"\u041f\u0430\u0448\u0442\u043e\u045e\u043a\u0456",video:"\u0412\u0456\u0434\u044d\u0430",money:"\u0413\u0440\u043e\u0448\u044b",exit:"\u0432\u044b\u0439\u0441\u0446\u0435",enter:"\u0423\u0432\u0430\u0445\u043e\u0434",settings:"\u043d\u0430\u043b\u0430\u0434\u043a\u0456", registration:"\u0420\u044d\u0433\u0456\u0441\u0442\u0440\u0430\u0446\u044b\u044f",change_account:"\u0414\u0430\u0434\u0430\u0446\u044c \u0430\u0431\u043e \u0441\u0442\u0432\u0430\u0440\u044b\u0446\u044c \u043f\u0430\u0448\u0442\u043e\u0432\u0443\u044e \u0441\u043a\u0440\u044b\u043d\u044e",change_account_description:"\u0412\u044b \u043c\u043e\u0436\u0430\u0446\u0435 \u043f\u0435\u0440\u0430\u043b\u0443\u0447\u0430\u0446\u0446\u0430 \u043f\u0430\u043c\u0456\u0436
\u043d\u0435\u043a\u0430\u043b\u044c\u043a\u0456\u043c\u0456 \u043f\u0430\u0448\u0442\u043e\u0432\u044b\u043c\u0456 \u0441\u043a\u0440\u044b\u043d\u044f\u043c\u0456.", more:"\u0414\u0430\u0432\u0435\u0434\u0430\u0446\u0446\u0430 \u0431\u043e\u043b\u044c\u0448",error:"\u0410\u0434\u0431\u044b\u043b\u0430\u0441\u044f \u043f\u0430\u043c\u044b\u043b\u043a\u0430 \u0437\u043b\u0443\u0447\u044d\u043d\u043d\u044f",moto:"\u041c\u043e\u0442\u0430",store:"\u0437\u0430\u043f\u0430\u043c'\u044f\u0442\u0430\u0442\u0438",forgotPass:"\u0417\u0430\u0431\u044b\u043b\u0456\u0441\u044f \u043f\u0430\u0440\u043e\u043b\u044c?",accountName:"\u0406\u043c\u044f \u0441\u043a\u0440\u044b\u043d\u0456", password:"\u041f\u0430\u0440\u043e\u043b\u044c",toEnter:"\u0423\u0432\u0430\u0439\u0441\u0446\u0456",login:"\u0423\u0432\u044f\u0434\u0437\u0456\u0446\u0435 \u043b\u0430\u0433\u0456\u043d \u0456 \u043f\u0430\u0440\u043e\u043b\u044c \u0430\u0434 \u0441\u0432\u0430\u0451\u0439 \u043f\u0430\u0448\u0442\u043e\u0432\u0430\u0439 \u0441\u043a\u0440\u044b\u043d\u0456, \u0434\u043b\u044f \u0442\u0430\u0433\u043e \u043a\u0430\u0431 \u043f\u0440\u0430\u0446\u044f\u0433\u043d\u0443\u0446\u044c \u043f\u0440\u0430\u0446\u0443 \u0437 \u0441\u044d\u0440\u0432\u0456\u0441\u0430\u043c.", multilogin:"\u0410\u045e\u0442\u0430\u0440\u044b\u0437\u0443\u0439\u0446\u0435\u0441\u044f \u0437 \u043d\u0435\u043a\u0430\u043b\u044c\u043a\u0456\u0445 \u043f\u0430\u0448\u0442\u043e\u0432\u044b\u0445 \u0441\u043a\u0440\u044b\u043d\u044c, \u0456 \u0432\u044b \u0437\u043c\u043e\u0436\u0430\u0446\u0435 \u043b\u0451\u0433\u043a\u0430 \u043f\u0435\u0440\u0430\u043a\u043b\u044e\u0447\u0430\u0446\u0446\u0430 \u043f\u0430\u043c\u0456\u0436 \u0456\u043c\u0456.",multiloginExternal:'\u0412\u044b \u043c\u043e\u0436\u0430\u0446\u0435 \u0430\u0434\u043d\u0430\u0447\u0430\u0441\u043e\u0432\u0430 \u043f\u0440\u0430\u0446\u0430\u0432\u0430\u0446\u044c \u0437 \u043d\u0435\u043a\u0430\u043b\u044c\u043a\u0456\u043c\u0456 \u043f\u0430\u0448\u0442\u043e\u0432\u044b\u043c\u0456 \u0441\u043a\u0440\u044b\u043d\u044f\u043c\u0456. \u041a\u0430\u0431 \u0433\u044d\u0442\u0430 \u0437\u0440\u0430\u0431\u0456\u0446\u044c, \u0443\u0432\u044f\u0434\u0437\u0456\u0446\u0435 \u043b\u0430\u0433\u0456\u043d \u0456 \u043f\u0430\u0440\u043e\u043b\u044c \u0430\u0434 \u0441\u0432\u0430\u0451\u0439 \u041f\u043e\u0448\u0442\u044b@Mail.Ru \u0430\u0431\u043e \u043b\u044e\u0431\u043e\u0439 \u0456\u043d\u0448\u0430\u0439 \u043f\u0430\u0448\u0442\u043e\u0432\u0430\u0439 \u0441\u043b\u0443\u0436\u0431\u044b. \u0414\u0430\u0432\u0435\u0434\u0430\u0446\u0446\u0430 \u0431\u043e\u043b\u044c\u0448', unreadMarker:"\u0401\u0441\u0446\u044c \u043d\u0435\u043f\u0440\u0430\u0447\u044b\u0442\u0430\u043d\u044b\u044f \u043b\u0456\u0441\u0442\u044b \u045e \u0456\u043d\u0448\u044b\u0445 \u043f\u0430\u0448\u0442\u043e\u0432\u044b\u0445 \u0441\u043a\u0440\u044b\u043d\u044f\u0445",finance:"\u0424\u0456\u043d\u0430\u043d\u0441\u044b",other:"\u0406\u043d\u0448\u044b",enterMail:"\u0423\u0432\u0430\u0439\u0441\u0446\u0456 \u045e \u043f\u043e\u0448\u0442\u0443",restoreAuth:"\u041a\u0430\u0431 \u043f\u0440\u0430\u0446\u044f\u0433\u043d\u0443\u0446\u044c \u043f\u0440\u0430\u0446\u0443 \u0437 \u043f\u043e\u0448\u0442\u0430\u0439, \u0443\u0432\u044f\u0434\u0437\u0456\u0446\u0435 \u043f\u0430\u0440\u043e\u043b\u044c", gotoemail:"\u041f\u0435\u0440\u0430\u0439\u0441\u0446\u0456 \u0434\u0430",switching:"\u041f\u0435\u0440\u0430\u043a\u043b\u044e\u0447\u044d\u043d\u043d\u0435",goauth:"\u0414\u043b\u044f \u0430\u045e\u0442\u0430\u0440\u044b\u0437\u0430\u0446\u044b\u0456 \u043f\u0440\u0430\u0437 Google OAuth \u0432\u0430\u043c \u043d\u0435 \u0442\u0440\u044d\u0431\u0430 \u045e\u0432\u043e\u0434\u0437\u0456\u0446\u044c \u043f\u0430\u0440\u043e\u043b\u044c, \u0430 \u0434\u043e\u0441\u044b\u0446\u044c \u0434\u0430\u0446\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u0430 \u0432\u0430\u0448\u0430\u0433\u0430 \u0430\u043a\u0430\u045e\u043d\u0442\u0430 Gmail.", msoauth:"\u0414\u043b\u044f\u2009\u0430\u045e\u0442\u0430\u0440\u044b\u0437\u0430\u0446\u044b\u0456\u2009\u045e\u2009Outlook\u2009\u0432\u0430\u043c\u2009\u043d\u0435\u2009\u0442\u0440\u044d\u0431\u0430\u2009\u045e\u0432\u043e\u0434\u0437\u0456\u0446\u044c\u2009\u043f\u0430\u0440\u043e\u043b\u044c,\u2009\u0434\u0430\u0441\u0442\u0430\u0442\u043a\u043e\u0432\u0430\u2009\u0434\u0430\u0446\u044c\u2009\u0434\u043e\u0441\u0442\u0443\u043f\u2009\u0434\u0430\u2009\u0432\u0430\u0448\u0430\u0433\u0430\u2009\u0430\u043a\u0430\u045e\u043d\u0442\u0430\u2009\u043f\u0440\u0430\u0437\u2009Live\u2009connect.", continues:"\u041f\u0440\u0430\u0446\u044f\u0433\u043d\u0443\u0446\u044c",biz:"\u0411\u0456\u0437\u043d\u0435\u0441",select:"\u0410\u0431\u044f\u0440\u044b\u0446\u0435",vk:"\u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435",fb:"Facebook",okFriendRequestMsg:"\u041f\u0430\u0433\u043b\u044f\u0434\u0437\u0456\u0446\u0435, \u0445\u0442\u043e \u043f\u0440\u0430\u043f\u0430\u043d\u0430\u0432\u0430\u045e \u0432\u0430\u043c \u0441\u044f\u0431\u0440\u043e\u045e\u0441\u0442\u0432\u0430 \u045e \u0410\u0434\u043d\u0430\u043a\u043b\u0430\u0441\u043d\u0456\u043a\u0430\u0445", okPresentMsg:"\u041f\u0430\u0433\u043b\u044f\u0434\u0437\u0456\u0446\u0435, \u044f\u043a\u0456 \u043f\u0430\u0434\u0430\u0440\u0443\u043d\u0430\u043a \u0432\u0430\u043c \u0434\u0430\u0441\u043b\u0430\u043b\u0456",look:"\u041f\u0430\u0433\u043b\u044f\u0434\u0437\u0435\u0446\u044c"},uk_UA:{region:"\u0420\u0435\u0433\u0456\u043e\u043d",logout:"\u0412\u0438\u0439\u0442\u0438",changeCity:"\u0417\u043c\u0456\u043d\u0430 \u043c\u0456\u0441\u0442\u0430",passwordAndSecurity:"\u041f\u0430\u0440\u043e\u043b\u044c\u00a0\u0456\u00a0\u0431\u0435\u0437\u043f\u0435\u043a\u0430", privateData:"\u041e\u0441\u043e\u0431\u0438\u0441\u0442\u0456\u00a0\u0434\u0430\u043d\u0456",city:"\u041c\u0456\u0441\u0442\u043e",addPhone:"",mail:"\u041f\u043e\u0448\u0442\u0430",my:"\u041c\u0456\u0439 \u0421\u0432\u0456\u0442",ok:"\u041e\u0434\u043d\u043e\u043a\u043b\u0430\u0441\u043d\u0438\u043a\u0438",games:"\u0406\u0433\u0440\u0438",love:"\u0417\u043d\u0430\u0439\u043e\u043c\u0441\u0442\u0432\u0430",news:"\u041d\u043e\u0432\u0438\u043d\u0438",search:"\u041f\u043e\u0448\u0443\u043a",all:"\u0423\u0441\u0456 \u043f\u0440\u043e\u0435\u043a\u0442\u0438", beepcar:"BeepCar",bonus:"\u0411\u043e\u043d\u0443\u0441",files:"\u0424\u0430\u0439\u043b\u0438",travel:"\u041f\u043e\u0434\u043e\u0440\u043e\u0436\u0456",cards:"\u041b\u0438\u0441\u0442\u0456\u0432\u043a\u0438",video:"\u0412\u0456\u0434\u0435\u043e",money:"\u0413\u0440\u043e\u0448\u0456",exit:"\u0432\u0438\u0445\u0456\u0434",enter:"\u0412\u0445i\u0434",settings:"\u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f",registration:"\u0420\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u044f", change_account:"\u0414\u043e\u0434\u0430\u0442\u0438 \u0430\u0431\u043e \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043f\u043e\u0448\u0442\u043e\u0432\u0443 \u0441\u043a\u0440\u0438\u043d\u044c\u043a\u0443",change_account_description:"\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u043c\u0438\u043a\u0430\u0442\u0438\u0441\u044f \u043c\u0456\u0436
\u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \u043f\u043e\u0448\u0442\u043e\u0432\u0438\u043c\u0438 \u0441\u043a\u0440\u0438\u043d\u044c\u043a\u0430\u043c\u0438.", more:"\u0414\u0456\u0437\u043d\u0430\u0442\u0438\u0441\u044f \u0431\u0456\u043b\u044c\u0448\u0435",error:"\u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437'\u0454\u0434\u043d\u0430\u043d\u043d\u044f",moto:"\u041c\u043e\u0442\u043e",store:"\u0437\u0430\u043f\u0430\u043c'\u044f\u0442\u0430\u0442\u0438",forgotPass:"\u0417\u0430\u0431\u0443\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c?",accountName:"\u0406\u043c'\u044f \u0441\u043a\u0440\u0438\u043d\u044c\u043a\u0438", password:"\u041f\u0430\u0440\u043e\u043b\u044c",toEnter:"\u0423\u0432\u0456\u0439\u0442\u0438",login:"\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043b\u043e\u0433\u0456\u043d \u0456 \u043f\u0430\u0440\u043e\u043b\u044c \u0432\u0456\u0434 \u0441\u0432\u043e\u0454\u0457 \u043f\u043e\u0448\u0442\u043e\u0432\u043e\u0457 \u0441\u043a\u0440\u0438\u043d\u044c\u043a\u0438, \u0449\u043e\u0431 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438 \u0440\u043e\u0431\u043e\u0442\u0443 \u0437 \u0441\u0435\u0440\u0432\u0456\u0441\u043e\u043c.", multilogin:"\u0410\u0432\u0442\u043e\u0440\u0438\u0437\u0443\u0439\u0442\u0435\u0441\u044f \u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \u043f\u043e\u0448\u0442\u043e\u0432\u0438\u043c\u0438 \u0441\u043a\u0440\u0438\u043d\u044c\u043a\u0430\u043c\u0438, \u0456 \u0432\u0438 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u043b\u0435\u0433\u043a\u043e \u043f\u0435\u0440\u0435\u043c\u0438\u043a\u0430\u0442\u0438\u0441\u044f \u043c\u0456\u0436 \u043d\u0438\u043c\u0438.",multiloginExternal:'\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0434\u043d\u043e\u0447\u0430\u0441\u043d\u043e \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u0442\u0438 \u0437 \u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \u043f\u043e\u0448\u0442\u043e\u0432\u0438\u043c\u0438 \u0441\u043a\u0440\u0438\u043d\u044c\u043a\u0430\u043c\u0438. \u0414\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u0432\u0432\u0435\u0434\u0456\u0442\u044c \u043b\u043e\u0433\u0456\u043d \u0456 \u043f\u0430\u0440\u043e\u043b\u044c \u0432\u0456\u0434 \u0441\u0432\u043e\u0454\u0457 \u041f\u043e\u0448\u0442\u0438@Mail.Ru \u0430\u0431\u043e \u0431\u0443\u0434\u044c-\u044f\u043a\u043e\u0457 \u0456\u043d\u0448\u043e\u0457 \u043f\u043e\u0448\u0442\u043e\u0432\u043e\u0457 \u0441\u043b\u0443\u0436\u0431\u0438. \u0414\u0456\u0437\u043d\u0430\u0442\u0438\u0441\u044f \u0431\u0456\u043b\u044c\u0448\u0435', unreadMarker:"\u0404 \u043d\u0435\u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043d\u0456 \u043b\u0438\u0441\u0442\u0438 \u0432 \u0456\u043d\u0448\u0438\u0445 \u043f\u043e\u0448\u0442\u043e\u0432\u0438\u0445 \u0441\u043a\u0440\u0438\u043d\u044c\u043a\u0430\u0445",finance:"\u0424\u0456\u043d\u0430\u043d\u0441\u0438",other:"\u0406\u043d\u0448\u0438\u0439",enterMail:"\u0423\u0432\u0456\u0439\u0442\u0438 \u0432 \u043f\u043e\u0448\u0442\u0443",restoreAuth:"\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c, \u0449\u043e\u0431 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438 \u0440\u043e\u0431\u043e\u0442\u0443 \u0437 \u043f\u043e\u0448\u0442\u043e\u044e", gotoemail:"\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043e",switching:"\u041f\u0435\u0440\u0435\u043c\u0438\u043a\u0430\u043d\u043d\u044f",goauth:"\u0414\u043b\u044f \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0456\u0457 \u0447\u0435\u0440\u0435\u0437 Google OAth \u0432\u0430\u043c \u043d\u0435 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0432\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u044c, \u0434\u043e\u0441\u0442\u0430\u0442\u043d\u044c\u043e \u043d\u0430\u0434\u0430\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u0432\u0430\u0448\u043e\u0433\u043e \u0430\u043a\u0430\u0443\u043d\u0442\u0443 Gmail.", msoauth:"\u0414\u043b\u044f \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0456\u0457 \u0432 Outlook \u0432\u0430\u043c \u043d\u0435 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0432\u0432\u043e\u0434\u0438\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u044c, \u0434\u043e\u0441\u0442\u0430\u0442\u043d\u044c\u043e \u043d\u0430\u0434\u0430\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u0432\u0430\u0448\u043e\u0433\u043e \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0443 \u0447\u0435\u0440\u0435\u0437 Live \u0441onnect.", continues:"\u041f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438",biz:"\u0411\u0456\u0437\u043d\u0435\u0441",select:"\u041e\u0431\u0435\u0440\u0456\u0442\u044c",vk:"\u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435",fb:"Facebook",okFriendRequestMsg:"\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u044c\u0442\u0435, \u0445\u0442\u043e \u0437\u0430\u043f\u0440\u043e\u043f\u043e\u043d\u0443\u0432\u0430\u0432 \u0432\u0430\u043c \u0434\u0440\u0443\u0436\u0431\u0443 \u0432 \u041e\u0434\u043d\u043e\u043a\u043b\u0430\u0441\u043d\u0438\u043a\u0430\u0445", okPresentMsg:"\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u044c\u0442\u0435, \u044f\u043a\u0438\u0439 \u043f\u043e\u0434\u0430\u0440\u0443\u043d\u043e\u043a \u0432\u0430\u043c \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u043b\u0438",look:"\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438"},en_US:{region:"Region",logout:"Log out",changeCity:"Change city",passwordAndSecurity:"Password and Security",privateData:"Personal Information",city:"City",addPhone:"Add your phone number to strengthen email security", mail:"Mail",my:"My World",ok:"Odnoklassniki",games:"Games",love:"Dating",news:"News",search:"Search",all:"All projects",beepcar:"BeepCar",bonus:"Bonus",files:"Files",travel:"Travel",cards:"Postcards",video:"Video",money:"Money",exit:"sign out",enter:"Sign in",settings:"settings",registration:"Sign up",change_account:"Add a new or existing mailbox",change_account_description:"You can switch easily between
multiple mailboxes.",more:"Learn more",error:"Connection error",moto:"Moto",store:"remember", forgotPass:"Forgot your password?",accountName:"Email ID",password:"Password",toEnter:"Enter",login:"Enter your mailbox login and password to continue working with the service.",multilogin:"If you authorize several mailboxes you can switch between them easily.",multiloginExternal:'You can work with several mailboxes at the same time. Just enter the username and password for any mailbox \u2013 for your Mail@Mail.Ru account or any other mail service. Learn more', unreadMarker:"You have unread messages in other mailboxes",finance:"Finances",other:"Other",enterMail:"Log in",restoreAuth:"Enter your password to continue working",gotoemail:"Switch to",switching:"Switching",goauth:"Signing in using Google OAuth doesn\u2019t require entering your password \u2013 you only need to grant access to your Gmail account.",msoauth:"To sign in to Outlook you don\u2019t have to enter your password. Simply grant access to your account through Live Connect.",continues:"Continue", biz:"Business",select:"Select",vk:"VK",fb:"Facebook",okFriendRequestMsg:"Someone wants to be your friend on Odnoklassniki",okPresentMsg:"Someone sent you a gift",look:"View"},kk_KZ:{region:"\u0410\u0439\u043c\u0430\u049b",logout:"\u0428\u044b\u0493\u0443",changeCity:"\u049a\u0430\u043b\u0430\u043d\u044b \u0430\u0443\u044b\u0441\u0442\u044b\u0440\u0443",passwordAndSecurity:"\u041a\u0456\u043b\u0442\u0441\u04e9\u0437 \u0431\u0435\u043d \u049a\u0430\u0443\u0456\u043f\u0441\u0456\u0437\u0434\u0456\u043a", privateData:"\u0414\u0435\u0440\u0431\u0435\u0441 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440",city:"\u049a\u0430\u043b\u0430",addPhone:"",mail:"\u041f\u043e\u0448\u0442\u0430",my:"\u041c\u0435\u043d\u0456\u04a3 \u04d9\u043b\u0435\u043c\u0456\u043c",ok:"\u041e\u0434\u043d\u043e\u043a\u043b\u0430\u0441\u0441\u043d\u0438\u043a\u0438",games:"\u041e\u0439\u044b\u043d\u0434\u0430\u0440",love:"\u0422\u0430\u043d\u044b\u0441\u0443",news:"\u0416\u0430\u04a3\u0430\u043b\u044b\u049b\u0442\u0430\u0440", search:"\u0406\u0437\u0434\u0435\u0443",all:"\u0411\u0430\u0440\u043b\u044b\u049b \u0436\u043e\u0431\u0430\u043b\u0430\u0440",beepcar:"BeepCar",bonus:"\u0411\u043e\u043d\u0443\u0441",files:"\u0424\u0430\u0439\u043b\u0434\u0430\u0440",travel:"\u0421\u0430\u044f\u0445\u0430\u0442",cards:"\u0410\u0448\u044b\u049b \u0445\u0430\u0442\u0442\u0430\u0440",video:"\u0411\u0435\u0439\u043d\u0435",money:"\u0410\u049b\u0448\u0430",exit:"\u0428\u044b\u0493\u0443",enter:"\u041a\u0456\u0440\u0443",settings:"\u041e\u0440\u043d\u0430\u043b\u0430\u0441\u0442\u044b\u0440\u0443\u043b\u0430\u0440", registration:"\u0422\u0456\u0440\u043a\u0435\u043b\u0443",change_account:"\u041f\u043e\u0448\u0442\u0430 \u0436\u04d8\u0448\u0456\u0433\u0456\u043d \u049b\u043e\u0441\u0443 \u043d\u0435\u043c\u0435\u0441\u0435 \u0436\u0430\u0441\u0430\u0443",change_account_description:"\u0421\u0456\u0437 \u0431\u0456\u0440\u043d\u0435\u0448\u0435 \u043f\u043e\u0448\u0442\u0430 \u0436\u04d8\u0448\u0456\u043a\u0442\u0435\u0440\u0456\u043d\u0456\u04a3 \u0430\u0440\u0430\u0441\u044b\u043d\u0434\u0430 \u049b\u043e\u0441\u044b\u043b\u0430 \u0430\u043b\u0430\u0441\u044b\u0437.", more:"\u041a\u04e9\u0431\u0456\u0440\u0435\u043a \u0431\u0456\u043b\u0443",error:"\u049a\u043e\u0441\u044b\u043b\u0443\u0434\u0430\u0493\u044b \u043e\u0440\u044b\u043d \u0430\u043b\u0493\u0430\u043d \u049b\u0430\u0442\u0435\u043b\u0456\u043a",moto:"\u041c\u043e\u0442\u043e",store:"\u0415\u0441\u043a\u0435 \u0441\u0430\u049b\u0442\u0430\u043f \u0430\u043b\u0443",forgotPass:"\u041a\u0456\u043b\u0442\u0441\u04e9\u0437\u0434\u0456 \u04b1\u043c\u044b\u0442\u0442\u044b\u04a3\u044b\u0437 \u0431\u0430?", accountName:"\u0416\u04d9\u0448\u0456\u043a\u0442\u0456\u04a3 \u0430\u0442\u0430\u0443\u044b",password:"\u041a\u0456\u043b\u0442\u0441\u04e9\u0437",toEnter:"\u041a\u0456\u0440\u0443",login:"\u0421\u0435\u0440\u0432\u0438\u0441\u043f\u0435\u043d \u0436\u04b1\u043c\u044b\u0441\u0442\u044b \u0436\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443 \u04af\u0448\u0456\u043d, \u04e9\u0437 \u043f\u043e\u0448\u0442\u0430 \u0436\u04d9\u0448\u0456\u0433\u0456\u04a3\u0456\u0437\u0434\u0456\u04a3 \u043b\u043e\u0433\u0438\u043d\u0456 \u043c\u0435\u043d \u043a\u0456\u043b\u0442\u0441\u04e9\u0437\u0456\u043d \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437.", multilogin:"\u0411\u0456\u0440\u043d\u0435\u0448\u0435 \u043f\u043e\u0448\u0442\u0430 \u0436\u04d9\u0448\u0456\u0433\u0456\u04a3\u0456\u0437\u0431\u0435\u043d \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f\u043b\u0430\u043d\u044b\u04a3\u044b\u0437, \u0441\u04e9\u0439\u0442\u0456\u043f \u0421\u0456\u0437 \u043e\u043b\u0430\u0440\u0434\u044b\u04a3 \u0430\u0440\u0430\u0441\u044b\u043d\u0434\u0430 \u043e\u04a3\u0430\u0439 \u0430\u0443\u044b\u0441\u0430 \u0430\u043b\u0430\u0441\u044b\u0437.", multiloginExternal:'\u0411\u0456\u0440 \u043c\u0435\u0437\u0433\u0456\u043b\u0434\u0435 \u0421\u0456\u0437 \u0431\u0456\u0440\u043d\u0435\u0448\u0435 \u043f\u043e\u0448\u0442\u0430 \u0436\u04d9\u0448\u0456\u0433\u0456\u043c\u0435\u043d \u049b\u0430\u0442\u0430\u0440 \u0436\u04b1\u043c\u044b\u0441 \u0456\u0441\u0442\u0435\u0439 \u0430\u043b\u0430\u0441\u044b\u0437. \u041e\u043b \u04af\u0448\u0456\u043d \u04e9\u0437\u0456\u04a3\u0456\u0437\u0434\u0456\u04a3 \u041f\u043e\u0448\u0442\u0430@Mail.Ru \u043d\u0435\u043c\u0435\u0441\u0435 \u043a\u0435\u0437 \u043a\u0435\u043b\u0433\u0435\u043d \u0431\u0430\u0441\u049b\u0430 \u043f\u043e\u0448\u0442\u0430 \u049b\u044b\u0437\u043c\u0435\u0442\u0456\u043d\u0434\u0435\u0433\u0456 \u0436\u04d9\u0448\u0456\u0433\u0456\u04a3\u0456\u0437\u0434\u0456\u04a3 \u043b\u043e\u0433\u0438\u043d\u0456 \u043c\u0435\u043d \u043a\u0456\u043b\u0442\u0441\u04e9\u0437\u0456\u043d \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437. \u041a\u04e9\u0431\u0456\u0440\u0435\u043a \u0431\u0456\u043b\u0443', unreadMarker:"\u0411\u0430\u0441\u049b\u0430 \u043f\u043e\u0448\u0442\u0430\u043b\u044b\u049b \u0436\u04d9\u0448\u0456\u043a\u0442\u0435\u0440\u0434\u0435 \u043e\u049b\u044b\u043b\u043c\u0430\u0493\u0430\u043d \u0445\u0430\u0442\u0442\u0430\u0440 \u0431\u0430\u0440",finance:"\u049a\u0430\u0440\u0436\u044b",other:"\u0411\u0430\u0441\u049b\u0430",enterMail:"\u041f\u043e\u0448\u0442\u0430\u0493\u0430 \u043a\u0456\u0440\u0443",restoreAuth:"\u041f\u043e\u0448\u0442\u0430\u043c\u0435\u043d \u0436\u04b1\u043c\u044b\u0441\u0442\u044b \u0436\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443 \u04af\u0448\u0456\u043d \u043a\u0456\u043b\u0442\u0441\u04e9\u0437\u0434\u0456 \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437", gotoemail:"\u0410\u0443\u044b\u0441\u0443",switching:"\u0410\u0443\u044b\u0441\u0442\u044b\u0440\u0443",goauth:"Google OAuth \u0430\u0440\u049b\u044b\u043b\u044b\u00a0\u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f\u043b\u0430\u043d\u0443 \u04af\u0448\u0456\u043d \u043a\u0456\u043b\u0442\u0441\u04e9\u0437\u0434\u0456 \u0435\u043d\u0433\u0456\u0437\u0431\u0435\u0439-\u0430\u049b, \u04e9\u0437\u0456\u04a3\u0456\u0437\u0434\u0456\u04a3 Gmail \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u044b\u04a3\u044b\u0437\u0493\u0430\u00a0\u0440\u04b1\u049b\u0441\u0430\u0442 \u0431\u0435\u0440\u0443\u0443\u00a0\u0436\u0435\u0442\u043a\u0456\u043b\u0456\u043a\u0442\u0456.", msoauth:"\u0421\u0456\u0437\u0433\u0435\u2009Outlook\u2009\u043f\u043e\u0448\u0442\u0430\u0441\u044b\u043d\u0434\u0430\u2009\u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f\u043b\u0430\u043d\u0443 \u04af\u0448\u0456\u043d \u043a\u0456\u043b\u0442\u0441\u04e9\u0437\u0434\u0456 \u0435\u043d\u0433\u0456\u0437\u0443 \u043c\u0456\u043d\u0434\u0435\u0442\u0442\u0456 \u0431\u043e\u043b\u043c\u0430\u0439\u0434\u044b \u0431\u0430\u0440\u2009\u0431\u043e\u043b\u0493\u0430\u043d\u044b\u2009\u0421\u0456\u0437\u0434\u0456\u04a3\u2009\u0430\u043a\u043a\u0430\u0443\u043d\u0442\u044b\u04a3\u044b\u0437\u0493\u0430 Live connect \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u0456\u0440\u0443\u0433\u0435 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0431\u0435\u0440\u0441\u0435\u04a3\u0456\u0437 \u0436\u0435\u0442\u043a\u0456\u043b\u0456\u043a\u0442\u0456.", continues:"\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443",biz:"\u0411\u0438\u0437\u043d\u0435\u0441",select:"\u0422\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437",vk:"VK",fb:"Facebook",okFriendRequestMsg:"\u049a\u0430\u0440\u0430\u04a3\u044b\u0437, \u043a\u0456\u043c \u0421\u0456\u0437 \u041e\u0434\u043d\u043e\u043a\u043b\u0430\u0441\u043d\u0438\u043a\u0442\u0435 \u0434\u043e\u0441\u0442\u0430\u0441\u0443\u0434\u044b \u04b1\u0441\u044b\u043d\u0434\u044b",okPresentMsg:"\u049a\u0430\u0440\u0430\u04a3\u044b\u0437 \u0421\u0456\u0437\u0433\u0435 \u049b\u0430\u043d\u0434\u0430\u0439 \u0441\u044b\u0439\u043b\u044b\u049b \u0436\u0456\u0431\u0435\u0440\u0433\u0435\u043d", look:"\u049a\u0430\u0440\u0430\u0443"},uz_UZ:{region:"Mintaqa",logout:"Chiqish",changeCity:"Shaharni almashtirish",passwordAndSecurity:"Maxfiy so\u2018z va xavfsizlik",privateData:"Shaxsiy ma\u2019lumotlar",city:"Shahar",addPhone:"",mail:"Pochta",my:"\u041c\u0435\u043d\u0438\u043d\u0433 \u043e\u043b\u0430\u043c\u0438\u043c",ok:"Odnoklassniki",games:"O'yinlar",love:"Tanishuv",news:"Yangiliklar",search:"Qidiruv",all:"Hammasi",beepcar:"BeepCar",bonus:"Bonus",files:"Fayllar",travel:"Sayohat",cards:"Ochiq xatlar", video:"Video",money:"Pul",exit:"chiqish",enter:"Kirish",settings:"Sozlash",registration:"Ro'yxatga olish",change_account:"Pochta qutisini qo'shish yoki yaratish",change_account_description:"Siz bir necha pochta qutilari o'rtasida
bir-biriga o'tishingiz mumkin.",more:"Ko'proq biling",error:"Ulanishda xatolik yuz berdi",moto:"Moto",store:"Yodda saqlash",forgotPass:"Parolni unutdingizmi?",accountName:"Quti nomi",password:"Parol",toEnter:"Kirish",login:"Xizmat bilan ishlashni davom ettirish uchun pochta qutingiz logini va parolini kiriting.", multilogin:"Bir nechta pochta qutilarini avtorizatsiya qiling va siz ular o'rtasidan bir-birlariga osongina o'tishingiz mumkin.",multiloginExternal:'Siz bir vaqtning o\'zida bir nechta pochta qutilari bilan ishlashingiz mumkin. Buning uchun o\'zingizning \u041f\u043e\u0447\u0442\u0430@Mail.Ru dagi yoki boshqa istalgan pochta xizmatidagi loginingiz va parolingizni kiriting. Ko\'proq bilish',unreadMarker:"Boshqa pochta qutilarida o'qilmagan xatlar bor", finance:"Moliya",other:"Boshqa",enterMail:"Pochtaga kirish",restoreAuth:"Pochta ishlashni davom ettirish uchun parolni kiriting",gotoemail:"Quyidagiga o'tish:",switching:"Boshqasiga o'tkazish",goauth:"Google OAuth orqali avtorizatsiya qilish uchun parolni kiritishingiz kerak emas,\u00a0balki Gmail akkauntingizga bo'lgan kirish ma'lumotlaringizni taqdim etishingizning o'zi yetarli.",msoauth:"Outlookda\u2009avtorizatsiyadan\u2009o\u2019tish\u2009uchun\u2009siz\u2009parolni\u2009kiritishingiz\u2009shart\u2009emas, o\u2019z akkauntingizga Live connect orqali kirishga ruxsat bersangiz kifoya.", continues:"Davom ettirish",biz:"Biznes",select:"Tanlang",vk:"VK",fb:"Facebook",okFriendRequestMsg:"Ko\u2019ringchi, sizga kim Odnoklassnikida do\u2019stlikni taklif qilipti",okPresentMsg:"Ko\u2019ringchi, sizga qanaqa sovg\u2019a yuborishipti",look:"Ko\u2019rish"},hy_AM:{region:"\u054f\u0561\u0580\u0561\u056e\u0561\u0577\u0580\u057b\u0561\u0576",logout:"\u0535\u056c\u0584",changeCity:"\u0553\u0578\u056d\u0565\u056c \u0584\u0561\u0572\u0561\u0584\u0568",passwordAndSecurity:"\u0533\u0561\u0572\u057f\u0576\u0561\u0562\u0561\u057c \u0587 \u0561\u0576\u057e\u057f\u0561\u0576\u0563\u0578\u0582\u0569\u0575\u0578\u0582\u0576", privateData:"\u0531\u0576\u0571\u0576\u0561\u056f\u0561\u0576 \u057f\u057e\u0575\u0561\u056c\u0576\u0565\u0580",city:"\u0554\u0561\u0572\u0561\u0584",addPhone:"",mail:"\u0553\u0578\u057d\u057f",my:"\u053b\u0574 \u0531\u0577\u056d\u0561\u0580\u0570\u0568",ok:"Odnoklassniki",games:"\u053d\u0561\u0572\u0565\u0580",love:"\u053e\u0561\u0576\u0578\u0569-\u0576\u0565\u0580",news:"\u0546\u0578\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0576\u0565\u0580",search:"\u0548\u0580\u0578\u0576\u0578\u0582\u0574", all:"\u0532\u0578\u056c\u0578\u0580\u0568",beepcar:"BeepCar",bonus:"\u0562\u0578\u0576\u0578\u0582\u057d",files:"\u0556\u0561\u0575\u056c\u0565\u0580",travel:"\u0543\u0561\u0574\u0583\u0578\u0580\u0564\u0578\u0582\u0569\u0575\u0578\u0582\u0576",cards:"\u0532\u0561\u0581\u056b\u056f\u0576\u0565\u0580",video:"\u054f\u0565\u057d\u0561\u0576\u0575\u0578\u0582\u0569\u0565\u0580",money:"\u0553\u0578\u0572\u0565\u0580",exit:"\u0565\u056c\u0584",enter:"\u0544\u0578\u0582\u057f\u0584",settings:"\u056f\u0561\u0580\u0563\u0561\u057e\u0578\u0580\u0578\u0582\u0574\u0576\u0565\u0580", registration:"\u0533\u0580\u0561\u0576\u0581\u057e\u0565\u056c",change_account:"\u0531\u057e\u0565\u056c\u0561\u0581\u0576\u0565\u056c \u056f\u0561\u0574 \u057d\u057f\u0565\u0572\u056e\u0565\u056c \u0583\u0578\u057d\u057f\u0561\u0580\u056f\u0572",change_account_description:"\u053f\u0561\u0580\u0578\u0572 \u0565\u0584 \u0561\u0576\u0581\u0578\u0582\u0574 \u056f\u0561\u057f\u0561\u0580\u0565\u056c \u0574\u056b \u0584\u0561\u0576\u056b
\u0583\u0578\u057d\u057f\u0561\u0580\u056f\u0572\u0565\u0580\u056b \u0574\u056b\u057b\u0587: \u053b\u0574\u0561\u0576\u0561\u056c \u0561\u057e\u0565\u056c\u056b\u0576", more:"\u0544\u0561\u0576\u0580\u0561\u0574\u0561\u057d\u0576",error:"\u053f\u0561\u057a\u0561\u056f\u0581\u0574\u0561\u0576 \u057d\u056d\u0561\u056c",moto:"\u0544\u0578\u057f\u0578",store:"\u0540\u056b\u0577\u0565\u056c",forgotPass:"\u0544\u0578\u057c\u0561\u0581\u0565\u056c \u0565\u0584 \u0563\u0561\u0572\u057f\u0576\u0561\u0562\u0561\u057c\u0568",accountName:"\u0553\u0578\u057d\u057f\u0561\u0580\u056f\u0572\u0568",password:"\u0533\u0561\u0572\u057f\u0576\u0561\u0562\u0561\u057c\u0568",toEnter:"\u0544\u0578\u0582\u057f\u0584 \u0563\u0578\u0580\u056e\u0565\u056c", login:"\u053e\u0561\u057c\u0561\u0575\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u056b\u0581 \u0585\u0563\u057f\u057e\u0565\u056c\u0578\u0582 \u0570\u0561\u0574\u0561\u0580 \u0574\u0578\u0582\u057f\u0584\u0561\u0563\u0580\u0565\u0584 \u0583\u0578\u057d\u057f\u0561\u0580\u056f\u0572\u056b \u0561\u0576\u0578\u0582\u0576\u0568 \u0587 \u0563\u0561\u0572\u057f\u0576\u0561\u0562\u0561\u057c\u0568\u0589",multilogin:"\u0544\u0578\u0582\u057f\u0584 \u0563\u0578\u0580\u056e\u0565\u0584 \u0574\u056b\u0561\u0576\u0563\u0561\u0574\u056b\u0581 \u0574\u056b \u0584\u0561\u0576\u056b \u0583\u0578\u057d\u057f\u0561\u0580\u056f\u0572 \u0587 \u056f\u056f\u0561\u0580\u0578\u0572\u0561\u0576\u0561\u0584 \u0561\u0580\u0561\u0563\u0578\u0580\u0565\u0576 \u0561\u0576\u0581\u0578\u0582\u0574 \u056f\u0561\u057f\u0561\u0580\u0565\u056c \u0564\u0580\u0561\u0576\u0581 \u0574\u056b\u057b\u0587\u0589", multiloginExternal:'\u053f\u0561\u0580\u0578\u0572 \u0565\u0584 \u0574\u056b\u0561\u056a\u0561\u0574\u0561\u0576\u0561\u056f \u0561\u0577\u056d\u0561\u057f\u0565\u056c \u0574\u056b \u0584\u0561\u0576\u056b \u0583\u0578\u057d\u057f\u0561\u0580\u056f\u0572\u0565\u0580\u056b \u0570\u0565\u057f\u0589 \u0534\u0580\u0561 \u0570\u0561\u0574\u0561\u0580 \u0576\u0577\u0565\u0584 \u0553\u0578\u057d\u057f@Mail-\u0578\u0582\u0574 \u056f\u0561\u0574 \u0561\u0575\u056c \u0583\u0578\u057d\u057f\u0578\u0582\u0574 \u0571\u0565\u0580 \u0574\u0578\u0582\u057f\u0584\u0561\u0576\u0578\u0582\u0576\u0568 \u0587 \u0563\u0561\u0572\u057f\u0576\u0561\u0562\u0561\u057c\u0568\u0589 \u053b\u0574\u0561\u0576\u0561\u056c \u0561\u057e\u0565\u056c\u056b\u0576', unreadMarker:"\u053f\u0561\u0576 \u0579\u0568\u0576\u0569\u0565\u0580\u0581\u057e\u0561\u056e \u0576\u0561\u0574\u0561\u056f\u0576\u0565\u0580 \u0561\u0575\u056c \u0583\u0578\u057d\u057f\u0561\u0580\u056f\u0572\u0565\u0580\u0578\u0582\u0574",finance:"\u0556\u056b\u0576\u0561\u0576\u057d\u0576\u0565\u0580",other:"\u0531\u0575\u056c",enterMail:"\u0544\u0578\u0582\u057f\u0584 \u0583\u0578\u057d\u057f\u0561\u0580\u056f\u0572\u056b\u0576",restoreAuth:"\u0553\u0578\u057d\u057f\u056b \u0570\u0565\u057f \u0561\u0577\u056d\u0561\u057f\u0561\u0576\u0584\u0568 \u0577\u0561\u0580\u0578\u0582\u0576\u0561\u056f\u0565\u056c\u0578\u0582 \u0570\u0561\u0574\u0561\u0580 \u0576\u0577\u0565\u0584 \u0563\u0561\u0572\u057f\u0576\u0561\u0562\u0561\u057c\u0568", gotoemail:"\u0553\u0578\u057d\u057f\u0561\u0580\u056f\u0572\u0568\u055d",switching:"\u0531\u0576\u0581\u0578\u0582\u0574",goauth:"Google OAuth-\u056b \u0574\u056b\u057b\u0578\u0581\u0578\u057e \u056b\u0576\u0584\u0576\u0578\u0580\u0578\u0577\u0574\u0561\u0576 \u0570\u0561\u0574\u0561\u0580 \u057a\u0561\u0580\u057f\u0561\u0564\u056b\u0580 \u0579\u0567 \u0574\u0578\u0582\u057f\u0584\u0561\u0563\u0580\u0565\u056c \u0563\u0561\u0572\u057f\u0576\u0561\u0562\u0561\u057c\u0568, \u057a\u0561\u0580\u0566\u0561\u057a\u0565\u057d \u057f\u0580\u0561\u0574\u0561\u0564\u0580\u0565\u0584 \u0574\u0578\u0582\u057f\u0584 \u0571\u0565\u0580 Gmail-\u056b \u0583\u0578\u057d\u057f\u056b\u0576:", msoauth:"Outlook-\u0578\u057e \u0574\u0578\u0582\u057f\u0584 \u057d\u057f\u0561\u0576\u0561\u056c\u0578\u0582 \u0570\u0561\u0574\u0561\u0580 \u056f\u0561\u0580\u056b\u0584 \u0579\u056f\u0561 \u0574\u0578\u0582\u057f\u0584\u0561\u0563\u0580\u0565\u056c \u0563\u0561\u0572\u057f\u0576\u0561\u0562\u0561\u057c\u0568, \u057a\u0561\u0580\u0566\u0561\u057a\u0565\u057d \u0561\u0580\u057f\u0578\u0576\u0565\u0584 \u0574\u0578\u0582\u057f\u0584\u0568\u00a0Live connect-\u056b \u0574\u056b\u057b\u0578\u0581\u0578\u057e:", continues:"\u0547\u0561\u0580\u0578\u0582\u0576\u0561\u056f\u0565\u056c",biz:"\u0532\u056b\u0566\u0576\u0565\u057d",select:"\u0538\u0576\u057f\u0580\u0565\u056c",vk:"VK",fb:"Facebook",okFriendRequestMsg:"\u0546\u0561\u0575\u0565\u0584, \u0569\u0565 \u0578\u057e \u0567 \u0571\u0565\u0566 \u0568\u0576\u056f\u0565\u0580\u0578\u0582\u0569\u0575\u0561\u0576 \u0561\u057c\u0561\u057b\u0561\u0580\u056f \u0561\u0580\u0565\u056c\u00a0\u041e\u0434\u043d\u043e\u043a\u043b\u0430\u0441\u0441\u043d\u0438\u043a\u0438-\u0578\u0582\u0574", okPresentMsg:"\u0546\u0561\u0575\u0565\u0584, \u0569\u0565\u00a0\u056b\u0576\u0579 \u0576\u057e\u0565\u0580\u0576\u0565\u0580 \u0565\u0584 \u057d\u057f\u0561\u0581\u0565\u056c",look:"\u0546\u0561\u0575\u0565\u056c"},es_ES:{region:"Regi\u00f3n",logout:"Salir",changeCity:"Cambiar ciudad",passwordAndSecurity:"Contrase\u00f1a y seguridad",privateData:"Datos personales",city:"Ciudad",addPhone:"",mail:"Correo",my:"Mi mundo",ok:"Odnoklassniki",games:"Juegos",love:"Encuentros",news:"Noticias",search:"Buscar", all:"Todos los proyectos",beepcar:"BeepCar",bonus:"Bono",files:"Archivos",travel:"Viajes",cards:"Postales",video:"Video",money:"Dinero",exit:"Salir",enter:"Iniciar sesi\u00f3n",settings:"Configuraci\u00f3n",registration:"Registro",change_account:"A\u00f1adir buz\u00f3n o crear uno nuevo",change_account_description:"Puede ir alternando entre varios
buzones de correo.",more:"M\u00e1s detalles",error:"Error de conexi\u00f3n",moto:"Motos",store:"Recordar mis datos",forgotPass:"\u00bfOlvidaste la contrase\u00f1a?", accountName:"ID de correo",password:"Contrase\u00f1a",toEnter:"Acceder",login:"Introduce el identificador y la contrase\u00f1a de tu correo para continuar usando el servicio.",multilogin:"Si autorizas varios buzones de correo, podr\u00e1s pasar de uno a otro f\u00e1cilmente.",multiloginExternal:'Puede trabajar con varios buzones de correo a la vez. Para ello, introduzca la ID y contrase\u00f1a de su Correo@Mail.Ru o de cualquier otro servicio de correo. M\u00e1s detalles', unreadMarker:"Tienes mensajes sin leer en otros buzones",finance:"Finanzas",other:"Otro",enterMail:"Iniciar sesi\u00f3n",restoreAuth:"Para continuar operando con su cuenta, introduzca la contrase\u00f1a",gotoemail:"Ir a",switching:"Cambiando",goauth:"Para la autorizaci\u00f3n a trav\u00e9s de Google OAuth no es necesario introducir una contrase\u00f1a, sino que es suficiente con proporcionar el acceso a su cuenta de Gmail",msoauth:"Para la identificaci\u00f3n en Outlook no necesita introducir la contrase\u00f1a, basta con que facilite el acceso a su cuenta a trav\u00e9s de Live connect.", continues:"Continuar",biz:"Negocios",select:"Seleccione",vk:"VK",fb:"Facebook",okFriendRequestMsg:"Descubra qui\u00e9n le ha hecho una solicitud de amistad en Odnoklassniki",okPresentMsg:"Descubra\u00a0qu\u00e9\u00a0regalo\u00a0le\u00a0han\u00a0enviado",look:"Ver"},mo_MD:{region:"Regiune",logout:"Le\u015fire",changeCity:"Schimb\u0103 ora\u015ful",passwordAndSecurity:"Parol\u0103\u00a0\u015fi\u00a0securitate",privateData:"Date\u00a0personale",city:"Ora\u015f",addPhone:"",mail:"Po\u0219t\u0103",my:"Lumea mea", ok:"Odnoklassniki",games:"Jocuri",love:"\u00cent\u00e2lniri",news:"\u0218tiri",search:"C\u0103utare",all:"Toate proiectele",beepcar:"BeepCar",bonus:"Bonus",files:"Fi\u0219iere",travel:"C\u0103l\u0103torii",cards:"C\u0103r\u021bi po\u0219tale",video:"Video",money:"Bani",exit:"deconectare",enter:"conectare",settings:"set\u0103ri",registration:"\u00cenregistrare",change_account:"Ad\u0103uga\u021bi sau crea\u021bi un cont",change_account_description:"Pute\u021bi comuta \u00eentre c\u00e2teva contruri.", more:"Afla\u021bi mai mult",error:"Eroare de conectare",moto:"Moto",login:"V\u0103 rug\u0103m s\u0103 introduce\u021bi login-ul \u0219i parola pentru a continua lucru cu serviciul.",multilogin:"Conecta\u021bi-v\u0103 pe mai multe conturi \u0219i o s\u0103 pute\u021bi comuta u\u0219or \u00eentre ele.",multiloginExternal:'Pute\u021bi lucra cu c\u00e2teva cutii simultan. Pentru aceast\u0103 introduce\u021bi login-ul \u0219i parola de la Po\u0219ta@Mail.Ru sau orice alt serviciu po\u0219tal. Afla\u021bi detalii', store:"\u021aine minte",forgotPass:"A\u021bi uitat parola?",accountName:"Numele cutiei",password:"Parola",toEnter:"Conecta\u021bi-v\u0103",unreadMarker:"Ave\u021bi mesaje necitite \u00een alte c\u0103su\u021be",finance:"Finan\u021be",other:"Alt",enterMail:"Conecta\u021bi-v\u0103",restoreAuth:"Pentru a continua activitatea cu serverul, v\u0103 rug\u0103m, s\u0103 introduce\u0163i parola",gotoemail:"Trece\u021bi la",switching:"Comutare",biz:"Business",goauth:"Pentru a v\u0103 autoriza prin Google OAuth nu trebuie s\u0103 introduce\u0163i parola, ci este suficient s\u0103 acorda\u0163i acces la contul Dvs. de Gmail.", msoauth:"Pentru a v\u0103 autoriza \u00een Outlook, nu mai trebuie s\u0103 introduce\u0163i parola, ci este suficient s\u0103 permite\u0163i accesul la contul Dvs. prin Live connect.",continues:"Continu\u0103",select:"Alege\u0163i",vk:"VK",fb:"Facebook",okFriendRequestMsg:"Uita\u021bi-v\u0103, \u0441ineva vrea s\u0103 fie prietenul dvs. pe Odnoklassniki",okPresentMsg:"Uita\u021bi-v\u0103, a\u021bi primit un cadou",look:"Vreau s\u0103 v\u0103d"},ro_RO:{region:"Regiune",logout:"Le\u015fire",changeCity:"Schimb\u0103 ora\u015ful", passwordAndSecurity:"Parol\u0103\u00a0\u015fi\u00a0securitate",privateData:"Date\u00a0personale",city:"Ora\u015f",addPhone:"",mail:"Po\u0219t\u0103",my:"Lumea mea",ok:"Odnoklassniki",games:"Jocuri",love:"\u00cent\u00e2lniri",news:"\u0218tiri",search:"C\u0103utare",all:"Toate proiectele",beepcar:"BeepCar",bonus:"Bonus",files:"Fi\u0219iere",travel:"C\u0103l\u0103torii",cards:"C\u0103r\u021bi po\u0219tale",video:"Video",money:"Bani",exit:"Deconectare",enter:"Conectare",settings:"Set\u0103ri",registration:"\u00cenregistrare", change_account:"Ad\u0103uga\u021bi sau crea\u021bi un cont",change_account_description:"Pute\u021bi comuta \u00eentre c\u00e2teva contruri.",more:"Afla\u021bi mai mult",error:"Eroare de conectare",moto:"Moto",login:"V\u0103 rug\u0103m s\u0103 introduce\u021bi login-ul \u0219i parola pentru a continua lucru cu serviciul.",multilogin:"Conecta\u021bi-v\u0103 pe mai multe conturi \u0219i o s\u0103 pute\u021bi comuta u\u0219or \u00eentre ele.",multiloginExternal:'Pute\u021bi lucra cu c\u00e2teva cutii simultan. Pentru aceast\u0103 introduce\u021bi login-ul \u0219i parola de la Po\u0219ta@Mail.Ru sau orice alt serviciu po\u0219tal. Afla\u021bi detalii', store:"\u021aine minte",forgotPass:"A\u021bi uitat parola?",accountName:"Numele cutiei",password:"Parola",toEnter:"Conecta\u021bi-v\u0103",unreadMarker:"Ave\u021bi mesaje necitite \u00een alte c\u0103su\u021be",finance:"Finan\u021be",other:"Alt",enterMail:"Conecta\u021bi-v\u0103",restoreAuth:"Pentru a continua activitatea cu serverul, v\u0103 rug\u0103m, s\u0103 introduce\u0163i parola",gotoemail:"Trece\u021bi la",switching:"Comutare",biz:"Business",goauth:"Pentru a v\u0103 autoriza prin Google OAuth nu trebuie s\u0103 introduce\u0163i parola, ci este suficient s\u0103 acorda\u0163i acces la contul Dvs. de Gmail.", msoauth:"Pentru a v\u0103 autoriza \u00een Outlook, nu mai trebuie s\u0103 introduce\u0163i parola, ci este suficient s\u0103 permite\u0163i accesul la contul Dvs. prin Live connect.",continues:"Continu\u0103",select:"Alege\u0163i",vk:"VK",fb:"Facebook",okFriendRequestMsg:"Uita\u021bi-v\u0103, \u0441ineva vrea s\u0103 fie prietenul dvs. pe Odnoklassniki",okPresentMsg:"Uita\u021bi-v\u0103, a\u021bi primit un cadou",look:"Vreau s\u0103 v\u0103d"}},a=f._,r=a,z=document.createElement("style");z.type= "text/css";z.styleSheet?z.styleSheet.cssText='.x-ph-ico:before{display:inline-block;vertical-align:middle;content:" ";background:url("https://img.imgsmail.ru/ph/0.50.10/ico/ico.png") no-repeat}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5){.x-ph-ico:before{-moz-background-size:213px 24px;background-size:213px 24px;background-image:url("https://img.imgsmail.ru/ph/0.50.10/ico/ico@2x.png")}}.x-ph-ico:hover:before{content:" "}.x-ph-ico:visited:before{content:" "}.x-ph-ico:active:before{content:" "}.x-ph-ico:focus:before{content:" "}.x-ph-ico_camera:before{width:24px;height:24px;background-position:-85px 0}.x-ph-ico_camera:hover:before{background-position:-111px 0}.x-ph-ico_vk:before,.x-ph-ico_vk_small:before{-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;background-color:#4e729a}.x-ph-ico_ok:before,.x-ph-ico_ok_small:before{-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;background-color:#f58326}.x-ph-ico_fb:before,.x-ph-ico_fb_small:before{-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;background-color:#3d569a}.x-ph-ico_close{display:block;width:8px;height:8px}.x-ph-ico_close:before{vertical-align:top}.x-ph-ico_camera_black:before{width:24px;height:24px;background-position:-85px 0}.x-ph-ico_camera_white:before{width:24px;height:24px;background-position:-111px 0}.x-ph-ico_close:before{width:8px;height:8px;background-position:0 0}.x-ph-ico_fb:before{width:24px;height:24px;background-position:-137px 0}.x-ph-ico_fb_small:before{width:16px;height:16px;background-position:-10px 0}.x-ph-ico_mail:before{width:19px;height:14px;background-position:-64px 0}.x-ph-ico_ok:before{width:24px;height:24px;background-position:-163px 0}.x-ph-ico_ok_small:before{width:16px;height:16px;background-position:-28px 0}.x-ph-ico_vk:before{width:24px;height:24px;background-position:-189px 0}.x-ph-ico_vk_small:before{width:16px;height:16px;background-position:-46px 0}.x-ph__button,.x-ph__button:link,.x-ph__button:visited,.x-ph__button:hover,.x-ph__button:focus,.x-ph__button:active{position:relative;display:inline-block;padding-top:4px;padding-bottom:4px;font:13px/16px Arial,sans-serif;text-decoration:none;vertical-align:baseline;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none}.x-ph__button__input{position:absolute;top:0;left:0;display:block;width:100%;height:26px;margin:0;padding:0;outline:none;font-size:100px;filter:alpha(opacity=0);opacity:0;cursor:pointer;-webkit-appearance:none}.x-ph__button__input[disabled="disabled"]{cursor:default}.x-ph__button__fake{padding:5px 13px 6px;font:13px/18px Arial,sans-serif;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #d1d1d1;background-color:#f8f8f8;background-image:-moz-linear-gradient(top,rgba(255,255,255,.03)0%,rgba(0,0,0,.03)100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.03)),color-stop(100%,rgba(0,0,0,.03)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.03)0%,rgba(0,0,0,.03)100%);background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.03)),to(rgba(0,0,0,.03)));background-image:linear-gradient(to bottom,rgba(255,255,255,.03)0%,rgba(0,0,0,.03)100%);-webkit-box-shadow:0 1px 0 1px rgba(0,0,0,.05);-moz-box-shadow:0 1px 0 1px rgba(0,0,0,.05);box-shadow:0 1px 0 1px rgba(0,0,0,.05);text-align:center;color:#000;text-shadow:0 1px rgba(255,255,255,.6);cursor:pointer;vertical-align:baseline;white-space:nowrap}.x-ph__button_action .x-ph__button__fake,.x-ph__button_action:link .x-ph__button__fake,.x-ph__button_action:visited .x-ph__button__fake,.x-ph__button_action:hover .x-ph__button__fake,.x-ph__button_action:focus .x-ph__button__fake,.x-ph__button_action:active .x-ph__button__fake{padding:6px 13px;font:13px/16px Arial,sans-serif;color:#fff;border-color:#168de2;background:#168de2;text-shadow:none;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}a:hover .x-ph__button__fake,a:focus .x-ph__button__fake,.x-ph__button__fake:hover,.x-ph__button__fake:focus,.x-ph__button:hover .x-ph__button__fake,.x-ph__button:focus .x-ph__button__fake,.x-ph__button__input:hover+.x-ph__button__fake,.x-ph__button__input:focus+.x-ph__button__fake{background-color:#fcfcfc}.x-ph__button_action .x-ph__button__fake:hover,.x-ph__button_action .x-ph__button__fake:focus,.x-ph__button_action:hover .x-ph__button__fake,.x-ph__button_action:focus .x-ph__button__fake,.x-ph__button_action .x-ph__button__input:hover+.x-ph__button__fake,.x-ph__button_action .x-ph__button__input:focus+.x-ph__button__fake{border-color:#1581cf;background:#1581cf}a:active .x-ph__button__fake,.x-ph__button__fake:active,.x-ph__button:active .x-ph__button__fake,.x-ph__button:hover .x-ph__button__fake:active,.x-ph__button__input:active+.x-ph__button__fake{background-color:#fcfcfc}.x-ph__button_action .x-ph__button__fake:active,.x-ph__button_action:active .x-ph__button__fake,.x-ph__button_action:hover .x-ph__button__fake:active,.x-ph__button_action .x-ph__button__input:active+.x-ph__button__fake{border-color:#147fcb;background:#147fcb}.x-ph__button_disabled .x-ph__button__fake,.x-ph__button__input[disabled="disabled"]+.x-ph__button__fake,.x-ph__button:hover .x-ph__button__input[disabled="disabled"]+.x-ph__button__fake,.x-ph__button:focus .x-ph__button__input[disabled="disabled"]+.x-ph__button__fake{border-color:#f4f4f4;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAbCAIAAAA70dJZAAAAK0lEQVR42mL8//8/AxJgpDf/379/NOX//fuXqvw/f/7QlP/79298fIAAAwDaGVBNDHs/egAAAABJRU5ErkJggg==") !important;cursor:default!important}.x-ph__button_action.x-ph__button_disabled .x-ph__button__fake,.x-ph__button_action .x-ph__button__input[disabled="disabled"]+.x-ph__button__fake,.x-ph__button_action:hover .x-ph__button__input[disabled="disabled"]+.x-ph__button__fake,.x-ph__button_action:focus .x-ph__button__input[disabled="disabled"]+.x-ph__button__fake{border-color:#9daec1;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAbCAYAAAC0s0UOAAAALElEQVR42mL8////QgY0wMSABbAAVVIgSAszsQv++/ePPhYNEXfSIuQBAgwAKeBIt3cEBisAAAAASUVORK5CYII=") !important}.x-ph__button_dark .x-ph__button__fake,.x-ph__button_dark:link .x-ph__button__fake,.x-ph__button_dark:visited .x-ph__button__fake,.x-ph__button_dark:hover .x-ph__button__fake,.x-ph__button_dark:focus .x-ph__button__fake,.x-ph__button_dark:active .x-ph__button__fake{color:#fff;text-shadow:0 -1px rgba(0,0,0,.3)}.x-ph__button_only-icon .x-ph__button__fake,.x-ph__button_only-icon:link .x-ph__button__fake,.x-ph__button_only-icon:visited .x-ph__button__fake,.x-ph__button_only-icon:hover .x-ph__button__fake,.x-ph__button_only-icon:focus .x-ph__button__fake,.x-ph__button_only-icon:active .x-ph__button__fake{padding-right:12px;padding-left:12px}.x-ph__button_with-icon .x-ph__button__fake,.x-ph__button_with-icon:link .x-ph__button__fake,.x-ph__button_with-icon:visited .x-ph__button__fake,.x-ph__button_with-icon:hover .x-ph__button__fake,.x-ph__button_with-icon:focus .x-ph__button__fake,.x-ph__button_with-icon:active .x-ph__button__fake{padding-left:15px}.x-ph__button_only-icon .x-ph__button__fake__text,.x-ph__button_only-icon:link .x-ph__button__fake__text,.x-ph__button_only-icon:visited .x-ph__button__fake__text,.x-ph__button_only-icon:hover .x-ph__button__fake__text,.x-ph__button_only-icon:focus .x-ph__button__fake__text,.x-ph__button_only-icon:active .x-ph__button__fake__text{display:none}.x-ph__button_with-icon .x-ph__button__fake__text,.x-ph__button_with-icon:link .x-ph__button__fake__text,.x-ph__button_with-icon:visited .x-ph__button__fake__text,.x-ph__button_with-icon:hover .x-ph__button__fake__text,.x-ph__button_with-icon:focus .x-ph__button__fake__text,.x-ph__button_with-icon:active .x-ph__button__fake__text{margin-left:5px}.x-ph__button_disabled .x-ph__button__fake__text,.x-ph__button__input[disabled="disabled"]+.x-ph__button__fake .x-ph__button__fake__text{opacity:.6!important;filter:alpha(opacity=60)!important}.x-ph__button__fake__icon{position:relative;display:none;width:16px;height:16px;font:0/0 a;background-repeat:no-repeat;vertical-align:baseline;overflow:hidden}.x-ph__button_with-icon .x-ph__button__fake__icon,.x-ph__button_with-icon:link .x-ph__button__fake__icon,.x-ph__button_with-icon:visited .x-ph__button__fake__icon,.x-ph__button_with-icon:hover .x-ph__button__fake__icon,.x-ph__button_with-icon:focus .x-ph__button__fake__icon,.x-ph__button_with-icon:active .x-ph__button__fake__icon,.x-ph__button_only-icon .x-ph__button__fake__icon,.x-ph__button_only-icon:link .x-ph__button__fake__icon,.x-ph__button_only-icon:visited .x-ph__button__fake__icon,.x-ph__button_only-icon:hover .x-ph__button__fake__icon,.x-ph__button_only-icon:focus .x-ph__button__fake__icon,.x-ph__button_only-icon:active .x-ph__button__fake__icon{display:inline-block}.x-ph__button_disabled .x-ph__button__fake__icon,.x-ph__button__input[disabled="disabled"]+.x-ph__button__fake .x-ph__button__fake__icon{opacity:.2!important;filter:alpha(opacity=20)!important}.x-ph__button__fake__icon{width:11px;margin-bottom:-4px;background-image:url("https://img.imgsmail.ru/ph/0.50.10/auth/icons.gif")}.x-ph__button__fake__icon_plus{background-position:0 0}.x-ph__button__fake__icon_exit{background-position:0 -20px}.x-ph-btn{display:inline-block;-webkit-box-shadow:0 2px rgba(0,0,0,.12);-moz-box-shadow:0 2px rgba(0,0,0,.12);box-shadow:0 2px rgba(0,0,0,.12);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.x-ph-btn.x-ph-btn{text-decoration:none}.x-ph-btn_medium{padding:0 16px;font-size:13px;line-height:30px}.x-ph-btn_primary{background:#168de2}.x-ph-btn_primary.x-ph-btn_primary{color:#fff}.x-ph-btn_primary:hover{background:#1585d4}.x-ph__menu_open{z-index:1006}.x-ph__menu_open .x-ph__menu__button,.x-ph__menu_open .x-ph__menu__button:link,.x-ph__menu_open .x-ph__menu__button:visited,.x-ph__menu_open .x-ph__menu__button:hover,.x-ph__menu_open .x-ph__menu__button:active,.x-ph__menu_open .x-ph__menu__button:focus{border-color:#efefef;padding-bottom:6px;z-index:1010;background:#fff;border-color:#efefef}.x-ph-boxshadow .x-ph__menu_open .x-ph__menu__button,.x-ph-boxshadow .x-ph__menu_open .x-ph__menu__button:link,.x-ph-boxshadow .x-ph__menu_open .x-ph__menu__button:visited,.x-ph-boxshadow .x-ph__menu_open .x-ph__menu__button:hover,.x-ph-boxshadow .x-ph__menu_open .x-ph__menu__button:active,.x-ph-boxshadow .x-ph__menu_open .x-ph__menu__button:focus{border-color:#fff}.x-ph__menu_open_left .w-x-ph__menu__button__shadow_left{left:0;height:28px;clip:rect(0,0,45px,-20px)}.x-ph__menu_open_right .w-x-ph__menu__button__shadow_left{left:0;height:28px;clip:rect(0,0,28px,-20px)}.x-ph__menu_open_left .w-x-ph__menu__button__shadow_right{right:0;height:28px;clip:rect(0,70px,28px,50px)}.x-ph__menu_open_right .w-x-ph__menu__button__shadow_right{right:0;height:28px;clip:rect(0,60px,45px,50px)}.x-ph__menu_open .w-x-ph__menu__button__shadow{opacity:1;-webkit-transition:opacity .2s false;-moz-transition:opacity .2s false;transition:opacity .2s false}.x-ph__menu__dropdown{display:none;position:absolute;top:-9999px;left:-9999px;z-index:1009;visibility:hidden;opacity:0}.w-x-ph__menu__dropdown{position:relative;border:1px solid #fff;-webkit-border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;-webkit-box-shadow:0 4px 15px rgba(0,0,0,.2);-moz-box-shadow:0 4px 15px rgba(0,0,0,.2);box-shadow:0 4px 15px rgba(0,0,0,.2);background:#fff}.x-ph-boxshadow .w-x-ph__menu__dropdown{border:1px solid #fff}.x-ph-no-boxshadow .w-x-ph__menu__dropdown{border:1px solid #efefef}.w-x-ph__menu__dropdown__clearfix{display:block;height:0;clear:both;overflow:hidden;font:0/0 a}.x-ph__menu_open .x-ph__menu__dropdown{top:28px;visibility:visible;opacity:1;-webkit-transition:opacity .2s false;-moz-transition:opacity .2s false;transition:opacity .2s false}.x-ph-no-boxshadow .x-ph__menu_open .x-ph__menu__dropdown{top:27px}.x-ph__menu_open_left .x-ph__menu__dropdown{left:0}.x-ph__menu_open_left .w-x-ph__menu__dropdown{-webkit-border-top-left-radius:0;-moz-border-top-left-radius:0;-moz-border-radius-topleft:0;border-top-left-radius:0}.x-ph__menu_open_right .x-ph__menu__dropdown{left:auto;right:0}.x-ph__menu_open_right .w-x-ph__menu__dropdown{-webkit-border-top-right-radius:0;-moz-border-top-right-radius:0;-moz-border-radius-topright:0;border-top-right-radius:0}.x-ph__projects__col{display:inline-block;margin-right:40px;vertical-align:top}.x-ph__projects__group-title{margin:0;font-size:11px;font-weight:700;line-height:32px;color:#333;text-transform:uppercase}.x-ph__projects__link{display:block;overflow:hidden;text-align:left;font-size:13px;line-height:32px;white-space:nowrap}.x-ph__projects__link,.x-ph__projects__link:link,.x-ph__projects__link:visited,.x-ph__projects__link:hover,.x-ph__projects__link:active,.x-ph__projects__link:focus{color:#1378bf;text-decoration:none;cursor:pointer;outline:none}.x-ph__projects__link:hover,.x-ph__projects__link:focus,.x-ph__projects__link:active{color:#f26d00}.x-ph__projects__links{display:block;border-top:1px solid #f0f0f0;height:32px;padding:4px 40px 4px 16px}.x-ph__projects__icon{display:inline-block;width:24px;vertical-align:top}.w-x-ph__projects-body{padding:10px 0 10px 16px}.x-ph__projects__links-left-panel{float:left}.x-ph__projects__links-right-panel{float:right}.x-ph__menu__dropdown_auth{text-align:left;white-space:normal;min-width:310px;max-width:220%}.x-ph-no-boxshadow .x-ph__menu__dropdown_auth{z-index:1011}.w-w-x-ph__menu__dropdown_auth{margin:-1px}.x-ph-no-boxshadow .w-w-x-ph__menu__dropdown_auth{margin:0}.x-ph__menu__dropdown_auth__loader{display:none;position:relative;outline:none;overflow:hidden;height:150px;background:url("https://img.imgsmail.ru/ph/0.50.10/loader.gif") no-repeat center center}.x-ph__menu__dropdown_auth_loading .x-ph__menu__dropdown_auth__loader{display:block}.x-ph__menu__dropdown_auth__error{display:none;position:relative;height:16px;outline:none;overflow:hidden;background:#fefbd6;color:#db130c;font:12px/16px HelveticaNeue,Arial,sans-serif;padding:68px 18px 66px;text-align:center;background:0 0}.x-ph__menu__dropdown_auth_error .x-ph__menu__dropdown_auth__error{display:block}.x-ph__auth_list{display:block;overflow:hidden}.x-ph__auth_list_scroll{overflow-y:scroll}.x-ph__menu__dropdown_auth_error .x-ph__auth_list,.x-ph__menu__dropdown_auth_loading .x-ph__auth_list{display:none}.x-ph__auth_list__item{position:relative;display:block;outline:none;overflow:hidden;cursor:pointer;height:40px;line-height:40px;padding:12px 12px 12px 62px;border-top:1px solid #efefef}.x-ph__auth_list__item:first-child{border:0}.x-ph__auth_list_active .x-ph__auth_list__item{position:relative;border-top:0;padding:12px 12px 8px 72px;height:50px;line-height:50px}.x-ph__auth_list_active .x-ph__auth_list__item__avatar{height:50px;width:50px;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;top:12px;left:12px;background-color:#ccc}.x-ph__auth_list_active .x-ph__auth_list__item__avatar__social,.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera{height:24px;width:24px;position:absolute;display:block;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;right:-5px;bottom:-5px}.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera{background-color:#f7f7f7}.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera:hover{background-color:#1378bf}.x-ph__auth_list_active .x-ph__auth_list__item__avatar__social:before,.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera:before{position:absolute;top:0;left:0;z-index:1}.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera:after{display:none;position:absolute;background:none!important;border:2px solid #1378bf;height:49px;width:49px;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;top:-32px;left:-32px;content:\' \'}.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera:hover:after{display:block}.x-ph__auth_list_active .x-ph__auth_list__item__logout{top:0;padding:0;margin-left:10px}.x-ph__menu__dropdown_auth_social .x-ph__auth_list_active{border-bottom:1px solid #dedede}.x-ph__menu__dropdown_auth_social .x-ph__auth_list_active .x-ph__auth_list__item_current{padding-bottom:15px}.x-ph__auth_list__item:link,.x-ph__auth_list__item:visited,.x-ph__auth_list__item:hover,.x-ph__auth_list__item:focus,.x-ph__auth_list__item:active{background:#f2f2f2}.x-ph__auth_list__item_current,.x-ph__auth_list__item_current:link,.x-ph__auth_list__item_current:visited,.x-ph__auth_list__item_current:hover,.x-ph__auth_list__item_current:focus,.x-ph__auth_list__item_current:active{background:#f7f7f7;cursor:default}.x-ph__auth_list__item__avatar{position:absolute;background-position:50% 50%;-moz-background-size:contain;background-size:contain;background-repeat:no-repeat;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px;top:12px;left:12px;height:40px;width:40px}.w-x-ph__auth_list__item__info{overflow:hidden;height:100%}.x-ph__auth_list__item__info{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0;vertical-align:middle;display:inline-block}.x-ph__auth_list__item__info__email{max-width:100%;overflow:hidden;padding-top:2px}.x-ph__auth_list__item:hover .x-ph__auth_list__item__info__email,.x-ph__auth_list__item:focus .x-ph__auth_list__item__info__email,.x-ph__auth_list__item:active .x-ph__auth_list__item__info__email,.x-ph__auth_list__item_current .x-ph__auth_list__item__info__email,.x-ph__auth_list__item_current:link .x-ph__auth_list__item__info__email,.x-ph__auth_list__item_current:visited .x-ph__auth_list__item__info__email,.x-ph__auth_list__item_current:hover .x-ph__auth_list__item__info__email,.x-ph__auth_list__item_current:focus .x-ph__auth_list__item__info__email,.x-ph__auth_list__item_current:active .x-ph__auth_list__item__info__email{color:#333}.x-ph__auth_list__item__info__email__text{display:block;overflow:hidden;text-overflow:ellipsis;font:15px/20px HelveticaNeue,Arial,sans-serif;color:#333}.x-ph__auth_list__item__info__logout{padding:2px 0;margin-top:7px;color:#1378bf}.x-ph__auth_list__item__info__email__counter{display:none;float:right;position:relative;padding-left:9px;font:13px/17px HelveticaNeue,Arial,sans-serif;top:13px}.x-ph-ff.x-ph-win .x-ph__auth_list__item__info__email__counter{top:0}.x-ph__auth_list__item__info__email__counter_visible{display:block}.x-ph__auth_list__item__info__email__counter__text{color:#333;font:13px/18px HelveticaNeue,Arial,sans-serif}.x-ph__auth_list__item__info__email__counter__text:before{margin:-4px 4px 0 0}.x-ph__auth_list__item__info__text{max-width:100%;color:gray;font:13px/18px HelveticaNeue,Arial,sans-serif}.x-ph__auth_list__item__info__text:before{vertical-align:top}.x-ph__auth_list__item_current .x-ph__auth_list__item__info__text,.x-ph__auth_list__item_current:link .x-ph__auth_list__item__info__text,.x-ph__auth_list__item_current:visited .x-ph__auth_list__item__info__text,.x-ph__auth_list__item_current:hover .x-ph__auth_list__item__info__text,.x-ph__auth_list__item_current:focus .x-ph__auth_list__item__info__text,.x-ph__auth_list__item_current:active .x-ph__auth_list__item__info__text{color:#666}.x-ph__auth_list__item__logout{display:none;color:#1378bf;float:right;position:relative;padding:3px 5px 0;margin-right:-3px;opacity:0}.x-ph__auth_list__item__logout:hover{color:#f26d00}.x-ph-not-desk .x-ph__auth_list__item__logout{display:block;opacity:1}.x-ph__auth_list__item:hover .x-ph__auth_list__item__logout,.x-ph__auth_list__item:focus .x-ph__auth_list__item__logout,.x-ph__auth_list__item:active .x-ph__auth_list__item__logout{display:block;opacity:1}.x-ph__auth_list__item:hover .x-ph__auth_list__item__info__email__counter_visible,.x-ph__auth_list__item:focus .x-ph__auth_list__item__info__email__counter_visible,.x-ph__auth_list__item:active .x-ph__auth_list__item__info__email__counter_visible{display:none}.x-ph__auth_list__item .x-ph__auth_list__item__logout:hover,.x-ph__auth_list__item .x-ph__auth_list__item__logout:focus,.x-ph__auth_list__item .x-ph__auth_list__item__logout:active{display:block;opacity:1}.x-ph__auth_list__item_current .x-ph__auth_list__item__logout,.x-ph__auth_list__item_current:link .x-ph__auth_list__item__logout,.x-ph__auth_list__item_current:visited .x-ph__auth_list__item__logout,.x-ph__auth_list__item_current:hover .x-ph__auth_list__item__logout,.x-ph__auth_list__item_current:focus .x-ph__auth_list__item__logout,.x-ph__auth_list__item_current:active .x-ph__auth_list__item__logout{display:block;opacity:1}.x-ph__menu__dropdown_auth__login{border-top:1px solid #dedede;margin-top:-1px;padding:12px;position:relative}.x-ph__menu__dropdown_auth_error .x-ph__menu__dropdown_auth__login,.x-ph__menu__dropdown_auth_loading .x-ph__menu__dropdown_auth__login,.x-ph__menu_auth_multi_limit .x-ph__menu__dropdown_auth__login{display:none}.x-ph__menu__dropdown_auth__login__link,.x-ph__menu__dropdown_auth__login__link:link,.x-ph__menu__dropdown_auth__login__link:visited,.x-ph__menu__dropdown_auth__login__link:hover,.x-ph__menu__dropdown_auth__login__link:active,.x-ph__menu__dropdown_auth__login__link:focus{display:block;max-width:310px;height:30px;margin:0 auto;color:#fff;outline:none;font:15px/30px HelveticaNeue,Arial,sans-serif;text-align:center;text-decoration:none;padding:0}.x-ph__menu__dropdown_auth__login__link .x-ph__button__fake{display:block;font-family:HelveticaNeue,Arial,sans-serif}.x-ph__menu__dropdown_auth__login__link .x-ph__button__fake__text{display:block;width:100%;overflow:hidden;text-overflow:ellipsis}.x-ph__menu__dropdown_auth__info{position:relative;text-align:center;font:12px/18px HelveticaNeue,Arial,sans-serif;color:#666}.x-ph__menu__dropdown_auth_error .x-ph__menu__dropdown_auth__info,.x-ph__menu__dropdown_auth_loading .x-ph__menu__dropdown_auth__info,.x-ph__menu_auth_multi .x-ph__menu__dropdown_auth__info{display:none}.x-ph__menu__dropdown_auth__info__link,.x-ph__menu__dropdown_auth__info__link:link,.x-ph__menu__dropdown_auth__info__link:visited,.x-ph__menu__dropdown_auth__info__link:hover,.x-ph__menu__dropdown_auth__info__link:focus,.x-ph__menu__dropdown_auth__info__link:active{display:block;font:13px/16px HelveticaNeue,Arial,sans-serif;text-align:center;margin-bottom:12px;text-decoration:none}.x-ph__menu__dropdown_auth__info__link .x-ph__menu__dropdown_auth__info__link__text,.x-ph__menu__dropdown_auth__info__link:link .x-ph__menu__dropdown_auth__info__link__text,.x-ph__menu__dropdown_auth__info__link:visited .x-ph__menu__dropdown_auth__info__link__text,.x-ph__menu__dropdown_auth__info__link:hover .x-ph__menu__dropdown_auth__info__link__text,.x-ph__menu__dropdown_auth__info__link:focus .x-ph__menu__dropdown_auth__info__link__text,.x-ph__menu__dropdown_auth__info__link:active .x-ph__menu__dropdown_auth__info__link__text{color:#666;text-decoration:none}.x-ph__menu__dropdown_auth__info__link .x-ph__menu__dropdown_auth__info__link__link,.x-ph__menu__dropdown_auth__info__link:link .x-ph__menu__dropdown_auth__info__link__link,.x-ph__menu__dropdown_auth__info__link:visited .x-ph__menu__dropdown_auth__info__link__link,.x-ph__menu__dropdown_auth__info__link:hover .x-ph__menu__dropdown_auth__info__link__link,.x-ph__menu__dropdown_auth__info__link:active .x-ph__menu__dropdown_auth__info__link__link,.x-ph__menu__dropdown_auth__info__link:focus .x-ph__menu__dropdown_auth__info__link__link{color:#1378bf;outline:none;white-space:nowrap;text-decoration:none}.x-ph__menu__dropdown_auth__info__link:hover .x-ph__menu__dropdown_auth__info__link__link,.x-ph__menu__dropdown_auth__info__link:active .x-ph__menu__dropdown_auth__info__link__link,.x-ph__menu__dropdown_auth__info__link:focus .x-ph__menu__dropdown_auth__info__link__link{color:#f26d00}.x-ph__menu__dropdown_auth__links{background:#f7f7f7;padding-left:61px;border-bottom:1px solid #dedede}.x-ph__menu__dropdown_auth_social .x-ph__menu__dropdown_auth__links,.x-ph__menu__dropdown_auth_error .x-ph__menu__dropdown_auth__links,.x-ph__menu__dropdown_auth_loading .x-ph__menu__dropdown_auth__links{display:none}.x-ph__menu__dropdown_auth__links__link{display:block;margin:0;padding:7px 12px;font:13px/15px HelveticaNeue,Arial,sans-serif}.x-ph__menu__dropdown_auth__links__link:link,.x-ph__menu__dropdown_auth__links__link:visited{color:#333;text-decoration:none}.x-ph__menu__dropdown_auth__links__link:hover,.x-ph__menu__dropdown_auth__links__link:focus,.x-ph__menu__dropdown_auth__links__link:active{background:#dedede;text-decoration:none}.x-ph__menu__dropdown_auth__links__link__text{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.x-ph__menu__dropdown_auth__links__link__subtext{font-size:11px;color:#666;line-height:13px;margin-top:6px;display:block}.x-ph__menu__dropdown_auth__links__sep{border-top:1px solid #dedede}.x-ph__menu__dropdown_auth__login_addaccount{text-align:left}.x-ph__menu__dropdown_auth__login_addaccount .x-ph__menu__dropdown_auth__info__link:link,.x-ph__menu__dropdown_auth__login_addaccount .x-ph__menu__dropdown_auth__info__link:visited,.x-ph__menu__dropdown_auth__login_addaccount .x-ph__menu__dropdown_auth__info__link:hover,.x-ph__menu__dropdown_auth__login_addaccount .x-ph__menu__dropdown_auth__info__link:focus,.x-ph__menu__dropdown_auth__login_addaccount .x-ph__menu__dropdown_auth__info__link:active{text-align:left;display:inline-block;margin-bottom:5px}.x-w-ph__menu__dropdown_auth__login__link{display:none}.x-ph__menu_auth_multi .x-w-ph__menu__dropdown_auth__login__link{display:block}.x-ph-addaccount{margin-right:20px;display:block;-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px;height:47px;width:47px;background:#07c;position:relative;float:left}.x-ph-addaccount:after,.x-ph-addaccount:before{position:absolute;display:block;content:\'\';height:9px;width:9px;border:0 solid #fff}.x-ph-addaccount:before{top:13px;left:13px;border-width:0 3px 3px 0;content:" "}.x-ph-addaccount:after{border-width:3px 0 0 3px;top:22px;left:22px;content:" "}.x-ph-addaccount-text:link{font-size:15px;padding-top:5px;display:block;overflow:hidden}.x-ph-addaccount-text:link,.x-ph-addaccount-text:hover,.x-ph-addaccount-text:active,.x-ph-addaccount-text:visited{color:#000;text-decoration:none}.x-ph__overlay{display:none;position:fixed;_position:absolute;top:0;left:0;z-index:10000;width:100%;height:100%;background:#000;opacity:.4;filter:alpha(opacity=40)}.x-ph__overlay_visible{display:block}.w-x-ph__popup{display:none;font:0/0 a;height:0}.w-x-ph__popup_visible{display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:10001}.w-x-ph__popup__layout{position:absolute;top:0;left:0;z-index:10001;width:100%;height:100%;font:13px/16px Arial,sans-serif;border-spacing:0;border:0}.w-x-ph__popup__layout__valign{padding:0;vertical-align:middle}.x-ph__popup{position:relative;margin:0 auto;width:320px;color:#222;background:#fff;border:1px solid #d9d9d9;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 4px 9px rgba(0,0,0,.3);-moz-box-shadow:0 4px 9px rgba(0,0,0,.3);box-shadow:0 4px 9px rgba(0,0,0,.3)}.w-x-ph__popup__title{padding:25px 25px 15px}.x-ph__popup__title{width:100%;color:#000;font:18px/22px Arial,sans-serif;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.x-ph__popup__content{position:relative;padding:0 25px 20px}.x-ph__popup__content__preloader{display:none;position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;background-color:#fff;background-color:rgba(255,255,255,.9);background-image:url("https://img.imgsmail.ru/ph/0.50.10/loader.gif");background-repeat:no-repeat;background-position:center center}.x-ph__popup__content_preloader_visible .x-ph__popup__content__preloader{display:block}.x-ph__popup__footer{padding:14px 25px 15px;border-top:1px solid #e5e5e5;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;background:#f2f2f2}.x-ph__popup__footer__controls{width:100%;height:30px;line-height:30px}.x-ph__popup__footer__controls__col:after{content:\' \';display:inline-block;height:30px;line-height:30px;vertical-align:middle;visibility:hidden}.x-ph__popup__footer__controls__col_left{float:left;text-align:left;padding-right:10px}.x-ph__popup__footer__controls__col_right{display:block;overflow:hidden;text-align:right}.x-ph__popup__footer__controls__item{margin-right:17px;vertical-align:middle}.x-ph__popup__footer__controls__item_last{margin-right:0}.x-ph__popup__footer__controls__item_link,.x-ph__popup__footer__controls__item_link:link,.x-ph__popup__footer__controls__item_link:visited,.x-ph__popup__footer__controls__item_link:hover,.x-ph__popup__footer__controls__item_link:focus,.x-ph__popup__footer__controls__item_link:active{display:inline-block;max-width:100%;overflow:hidden;color:#000;font-size:13px;cursor:pointer;text-decoration:none;white-space:nowrap;text-overflow:ellipsis}.x-ph__popup__footer__controls__item_link:hover,.x-ph__popup__footer__controls__item_link:focus,.x-ph__popup__footer__controls__item_link:active{color:#f37823}.x-ph__popup__footer__controls__item_link__text{text-decoration:underline}.x-ph__popup__footer__controls__item__text{color:#000;font-size:13px}.x-ph__popup__close{position:absolute;top:0;right:0;width:32px;height:32px;cursor:pointer}.x-ph__popup__close__icon{margin-top:18px;margin-left:8px;width:8px;height:8px;text-indent:-999em;background:url("//img.imgsmail.ru/p/popup/close.v2.png") no-repeat 0 0;overflow:hidden}.x-ph__popup__close:hover .x-ph__popup__close__icon,.x-ph__popup__close:focus .x-ph__popup__close__icon,.x-ph__popup__close:active .x-ph__popup__close__icon{background-position:0 -9px}.w-x-ph__form__row{margin-bottom:20px;position:relative}.w-x-ph__form__row_last{margin-bottom:0}.w-x-ph__form__row_oauth{display:none;height:62px;overflow:hidden}.w-x-ph__form__row__col{display:inline-block;width:50%}.w-x-ph__form__row__col_left{text-align:left}.w-x-ph__form__row__col_right{text-align:right}.x-ph__form__link,.x-ph__form__link:link,.x-ph__form__link:visited,.x-ph__form__link:hover,.x-ph__form__link:active,.x-ph__form__link:focus{color:#1378bf;text-decoration:none;font:12px/16px Arial,sans-serif}.x-ph__form__link:hover,.x-ph__form__link:focus,.x-ph__form__link:active{color:#f26d00}.x-ph__form__select{position:relative;display:block;cursor:default;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.x-ph__form__select__element{position:absolute;max-width:100%;height:26px;left:0;right:0;top:0;bottom:0;opacity:0;z-index:2;filter:alpha(opacity=0);-webkit-appearance:menulist-button}.x-ph__form__select__box{display:block;width:100%;height:26px;padding:4px 20px 2px 9px;font:12px/16px Arial,sans-serif;color:#333;border:1px solid #c6c6c6;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#ededed;background-image:-webkit-linear-gradient(top,#fff,#ededed);background-image:-moz-linear-gradient(top,#fff,#ededed);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ededed));background-image:linear-gradient(to bottom,#fff,#ededed);white-space:nowrap}.x-ph__form__select_hover .x-ph__form__select__box{background-color:#f4f4f4;background-image:-webkit-linear-gradient(top,#fff,#f4f4f4);background-image:-moz-linear-gradient(top,#fff,#f4f4f4);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f4f4f4));background-image:linear-gradient(to bottom,#fff,#f4f4f4);outline:none}.x-ph__form__select_focus .x-ph__form__select__box{background-color:#d8dadc;background-image:-webkit-linear-gradient(top,#fff,#d8dadc);background-image:-moz-linear-gradient(top,#fff,#d8dadc);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#d8dadc));background-image:linear-gradient(to bottom,#fff,#d8dadc);outline:none}.x-ph__form__select_hover .x-ph__form__select__box,.x-ph__form__combo_hover .x-ph__form__select__box{border-color:#999}.x-ph__form__select_focus .x-ph__form__select__box,.x-ph__form__combo_focus .x-ph__form__select__box{border-color:#85b8eb}.x-ph__form__select_error .x-ph__form__select__box,.x-ph__form__combo_error .x-ph__form__select__box{border-color:#ce1900}.x-ph__form__select__box__text{display:block;overflow:hidden;text-overflow:ellipsis}.x-ph__form__select__arrow{display:block;position:absolute;top:11px;right:8px;border-color:#000 transparent transparent;border-style:solid;border-width:4px 4px 0;z-index:1}.x-ph__form__input{display:block;cursor:text;position:relative;z-index:2;overflow:hidden;border:1px solid #c6c6c6;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:inset 1px 1px 4px rgba(0,0,0,.17);-moz-box-shadow:inset 1px 1px 4px rgba(0,0,0,.17);box-shadow:inset 1px 1px 4px rgba(0,0,0,.17);background:#fff;float:none;top:0;margin:0}.w-x-ph__form__input{display:block;position:relative;height:24px;padding-right:12px;overflow:hidden}.x-ph__form__input__placeholder{display:none;position:absolute;top:5px;left:7px;color:#999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;font:13px/16px Arial,sans-serif}.x-ph__form__input__text{display:block;width:100%;height:16px;margin:0;padding:4px 6px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;color:#333;font:13px/16px Arial,sans-serif;background:0 0;outline:none;cursor:text}.x-ph__form__input_hover,.x-ph__form__combo_hover .x-ph__form__input{border-color:#999}.x-ph__form__input_focus,.x-ph__form__combo_focus .x-ph__form__input{border-color:#85b8eb}.x-ph__form__input_error,.x-ph__form__combo_error .x-ph__form__input{border-color:#ce1900!important}.x-ph__form__input__text::-webkit-input-placeholder{color:#999}.x-ph__form__input__text:-moz-placeholder{color:#999}.x-ph__form__combo .x-ph__form__input{overflow:hidden}.x-ph__form__combo .x-ph__form__input{-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-right-radius:0;border-bottom-right-radius:0;border-right-color:#c6c6c6}.x-ph__form__combo .x-ph__form__select{float:right;max-width:50%}.x-ph__form__combo .x-ph__form__select__box{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;border-top-left-radius:0;border-bottom-left-radius:0;border-left:0}.x-ph__form__checkbox{width:12px;height:12px;position:relative;display:inline-block;margin-bottom:-2px}.x-ph__form__checkbox__input{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;margin:0;opacity:0;filter:alpha(opacity=0);outline:0}.x-ph__form__checkbox__checkmark{position:absolute;z-index:1;width:10px;height:10px;border-width:1px;border-style:solid;border-color:#999;font:0/0 a;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#fefefe}.x-ph__form__checkbox_focus .x-ph__form__checkbox__checkmark{border-color:#85b8eb}.x-ph__form__checkbox_hover .x-ph__form__checkbox__checkmark{border-color:#333}.x-ph__form__checkbox__checkmark__v{display:none;position:absolute;z-index:1;top:-1px;left:0;width:14px;height:10px;border:0;background:url("https://img.imgsmail.ru/ph/0.50.10/authForm/icons.png") no-repeat 0 0;-moz-background-size:20px auto;background-size:20px auto}.x-ph__form__checkbox_checked .x-ph__form__checkbox__checkmark__v{display:block}.x-ph__form__label{font:12px/16px Arial,sans-serif;color:#999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:none;top:0;margin:0}.x-ph__form__message{display:none;color:#999;font:12px/16px Arial,sans-serif}.x-ph__form__message_error{color:#ea0000}.x-ph__form__message_oauth{display:block;color:#333}.x-ph__popup_authForm{width:396px}.x-ph__form__checkbox{margin-right:6px}.x-ph__authForm__domains{display:none;border-bottom:1px solid #f2f2f2}.x-ph__authForm__domains__list{text-align:justify;font-size:2px}.x-ph__authForm__domains__list__leg{display:inline-block;height:18px;width:80%;overflow:hidden}.x-ph__authForm__domains__list__item{display:inline-block;height:26px;border:1px solid transparent;padding:2px;overflow:hidden;vertical-align:middle;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-position:50% 50%;background-repeat:no-repeat;color:#000;font:13px/18px Arial,sans-serif;text-align:center;cursor:pointer}.x-ph__authForm__domains__list__item_selected,.x-ph__authForm__domains__list__item_selected:link,.x-ph__authForm__domains__list__item_selected:visited,.x-ph__authForm__domains__list__item_selected:hover,.x-ph__authForm__domains__list__item_selected:focus,.x-ph__authForm__domains__list__item_selected:active,.x-ph__authForm__domains__list__item:hover,.x-ph__authForm__domains__list__item:focus,.x-ph__authForm__domains__list__item:active{background-color:#fff;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);outline:none}.x-ph__authForm__domains__list__item:hover{border-color:#ececec}.x-ph__authForm__domains__list__item:focus,.x-ph__authForm__domains__list__item:active{border-color:#85b8eb}.x-ph__authForm__domains__list__item_selected,.x-ph__authForm__domains__list__item_selected:link,.x-ph__authForm__domains__list__item_selected:visited,.x-ph__authForm__domains__list__item_selected:hover,.x-ph__authForm__domains__list__item_selected:focus,.x-ph__authForm__domains__list__item_selected:active{border-color:#c7c7c7;cursor:default}.x-ph__authForm__domains__list__item_selected:focus,.x-ph__authForm__domains__list__item_selected:active{border-color:#85b8eb}.x-ph__authForm__domains__list__item_other{text-indent:0}.x-ph__authForm__domains__list__item_external{display:none}.w-x-ph__authForm__domains__list__item{display:inline-block;vertical-align:middle;padding:4px;background-position:50% 50%;background-repeat:no-repeat;height:18px}.w-x-ph__authForm__domains__list__item_mailru{padding-right:6px;padding-left:6px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;width:62px;background-image:url("https://img.imgsmail.ru/ph/0.50.10/authForm/logo/mail.ru.png");background-color:#168de2;-moz-background-size:62px 13px;background-size:62px 13px}.w-x-ph__authForm__domains__list__item_yandexru{width:45px;background-image:url("https://img.imgsmail.ru/ph/0.50.10/authForm/logo/yandex.ru.png");-moz-background-size:45px 17px;background-size:45px 17px}.w-x-ph__authForm__domains__list__item_ramblerru{width:59px;background-image:url("https://img.imgsmail.ru/ph/0.50.10/authForm/logo/rambler.ru.png");-moz-background-size:59px 18px;background-size:59px 18px}.w-x-ph__authForm__domains__list__item_gmailcom{width:48px;background-image:url("https://img.imgsmail.ru/ph/0.50.10/authForm/logo/gmail.com.png");-moz-background-size:48px 17px;background-size:48px 17px}@media only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min--moz-device-pixel-ratio:1.25),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:120dpi),only screen and (min-resolution:1.25dppx){.w-x-ph__authForm__domains__list__item_mailru{background-image:url("https://img.imgsmail.ru/ph/0.50.10/authForm/logo/mail.ru@x2.png")}.w-x-ph__authForm__domains__list__item_yandexru{background-image:url("https://img.imgsmail.ru/ph/0.50.10/authForm/logo/yandex.ru@x2.png")}.w-x-ph__authForm__domains__list__item_ramblerru{background-image:url("https://img.imgsmail.ru/ph/0.50.10/authForm/logo/rambler.ru@x2.png")}.w-x-ph__authForm__domains__list__item_gmailcom{background-image:url("https://img.imgsmail.ru/ph/0.50.10/authForm/logo/gmail.com@x2.png")}}.x-ph__authForm__domains__list__item__image{vertical-align:middle}.x-ph__authForm__domains__list__item__leg{display:inline-block;text-indent:-1000px}.x-ph__authForm__domains__list__item__text{display:inline-block;font:13px/13px Arial,sans-serif;border-bottom:1px dotted #000}.x-ph__authForm__domains__list__item_other .x-ph__authForm__domains__list__item__text{position:relative;top:1px}.x-ph__authForm__changeAuth{display:block;margin-top:-1px;text-align:right}.x-ph__authForm__changeAuth__text{display:inline-block;margin-right:8px;vertical-align:middle;color:#000;font:13px/30px Arial,sans-serif}.x-ph__authForm__changeAuth__email{display:inline-block;vertical-align:middle}.w-x-ph__authForm__changeAuth__email{display:inline-block;max-width:160px}.x-ph__form__password__icon{width:20px;height:20px;position:relative;float:right;top:2px;overflow:hidden;vertical-align:baseline;font:0/0 a;display:block;background:url("https://img.imgsmail.ru/ph/0.50.10/authForm/icons.png") no-repeat;-moz-background-size:20px 88px;background-size:20px 88px}.x-ph__form__password__icon_warning{margin:0 2px 0 0;cursor:default;background-position:2px -21px}.x-ph__form__password__icon_eye{cursor:pointer;background-position:2px -62px;margin:0 4px 0 0}.x-ph__form__password__icon_eye-show{background-position:2px -40px}.x-ph-animated_flash{-webkit-animation-name:x-ph-flash;-moz-animation-name:x-ph-flash;animation-name:x-ph-flash}@-moz-keyframes x-ph-flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes x-ph-flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes x-ph-flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.x-ph-hint{display:none;position:absolute;z-index:1000;padding:5px 7px;color:#fff;background:#000;background:rgba(0,0,0,.8);border:1px solid #ccc}.x-ph-boxshadow .x-ph-hint{border-color:#fff}.x-ph-hint_white{background:#fff;background:rgba(255,255,255,.9);color:#665d4c}.x-ph-hint_iframe{margin:0;padding:0;overflow:hidden}.x-ph-hint_auth{top:100%;margin-top:10px;right:0;display:block;background:#fff;color:#333;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 8px #cbcbcb;-moz-box-shadow:0 0 8px #cbcbcb;box-shadow:0 0 8px #cbcbcb;-webkit-box-shadow:0 0 8px rgba(0,0,0,.3);-moz-box-shadow:0 0 8px rgba(0,0,0,.3);box-shadow:0 0 8px rgba(0,0,0,.3);padding:13px 17px}.x-ph-boxshadow .x-ph-hint__tip{position:absolute;width:0;height:0;overflow:hidden;font-size:0;border:solid transparent}.x-ph-boxshadow .x-ph-hint__tip_bottom{left:16px;top:100%;border-top-color:#000;border-top-color:rgba(0,0,0,.8);border-width:7px 7px 0}.x-ph-boxshadow .x-ph-hint__tip_top{left:16px;bottom:100%;border-bottom-color:#000;border-bottom-color:rgba(0,0,0,.8);border-width:0 7px 7px}.x-ph-boxshadow .x-ph-hint__tip_white_bottom{left:16px;top:100%;border-top-color:#fff;border-top-color:rgba(255,255,255,.8);border-width:7px 7px 0}.x-ph-boxshadow .x-ph-hint__tip_white_top{left:16px;bottom:100%;border-bottom-color:#fff;border-bottom-color:rgba(255,255,255,.8);border-width:0 7px 7px}.x-ph-boxshadow .x-ph-hint__tip_whited_top_right{right:16px;bottom:100%;border-bottom-color:#fff;border-width:0 7px 7px}.x-ph-hint__content{font-size:12px;white-space:nowrap}.x-ph-hint__close{top:5px;right:5px;position:absolute;padding-top:2px;height:18px;width:20px;cursor:pointer;text-align:center}.x-ph-bub{position:absolute;top:100%;left:6px;display:block;margin-top:16px;border-collapse:separate;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 4px 12px 4px rgba(0,0,0,.12);-moz-box-shadow:0 4px 12px 4px rgba(0,0,0,.12);box-shadow:0 4px 12px 4px rgba(0,0,0,.12)}.x-ph-no-boxshadow .x-ph-bub{border:1px solid #d5d5d5}.x-ph-bub__content,a.x-ph-bub__content{position:relative;z-index:2;padding:16px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;display:block;color:#000}.x-ph-bub__content__wrap,a.x-ph-bub__content__wrap{display:inline-block;width:196px;vertical-align:top;white-space:normal}.x-ph-bub__message{display:block;margin-top:6px}.x-ph-bub__icon{display:inline-block;margin-right:8px;width:45px;height:45px;vertical-align:top}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5){.x-ph-bub__icon{-moz-background-size:45px 45px;background-size:45px 45px}}.x-ph-bub__icon_present{background-image:url("https://img.imgsmail.ru/ph/0.50.10/bub/present.png")}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5){.x-ph-bub__icon_present{background-image:url("https://img.imgsmail.ru/ph/0.50.10/bub/present@2x.png")}}.x-ph-bub__icon_friendship{background-image:url("https://img.imgsmail.ru/ph/0.50.10/bub/friendship.png")}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5){.x-ph-bub__icon_friendship{background-image:url("https://img.imgsmail.ru/ph/0.50.10/bub/friendship@2x.png")}}.x-ph-bub__button{margin-top:16px}.x-ph-bub__close{position:absolute;top:6px;right:6px;z-index:3;padding:4px;cursor:pointer}.x-ph-bub__placeholder{position:relative;top:0;right:0;display:block;margin-right:4px;height:0}.x-ph-bub_tip:after{position:absolute;bottom:100%;left:16px;content:\'\'}.x-ph-csstransforms .x-ph-bub_tip:after{z-index:1;margin-bottom:-8px;width:16px;height:16px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-collapse:separate;background:#fff;-webkit-box-shadow:0 4px 12px 4px rgba(0,0,0,.12);-moz-box-shadow:0 4px 12px 4px rgba(0,0,0,.12);box-shadow:0 4px 12px 4px rgba(0,0,0,.12)}': z.appendChild(document.createTextNode('.x-ph-ico:before{display:inline-block;vertical-align:middle;content:" ";background:url("https://img.imgsmail.ru/ph/0.50.10/ico/ico.png") no-repeat}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5){.x-ph-ico:before{-moz-background-size:213px 24px;background-size:213px 24px;background-image:url("https://img.imgsmail.ru/ph/0.50.10/ico/ico@2x.png")}}.x-ph-ico:hover:before{content:" "}.x-ph-ico:visited:before{content:" "}.x-ph-ico:active:before{content:" "}.x-ph-ico:focus:before{content:" "}.x-ph-ico_camera:before{width:24px;height:24px;background-position:-85px 0}.x-ph-ico_camera:hover:before{background-position:-111px 0}.x-ph-ico_vk:before,.x-ph-ico_vk_small:before{-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;background-color:#4e729a}.x-ph-ico_ok:before,.x-ph-ico_ok_small:before{-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;background-color:#f58326}.x-ph-ico_fb:before,.x-ph-ico_fb_small:before{-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;background-color:#3d569a}.x-ph-ico_close{display:block;width:8px;height:8px}.x-ph-ico_close:before{vertical-align:top}.x-ph-ico_camera_black:before{width:24px;height:24px;background-position:-85px 0}.x-ph-ico_camera_white:before{width:24px;height:24px;background-position:-111px 0}.x-ph-ico_close:before{width:8px;height:8px;background-position:0 0}.x-ph-ico_fb:before{width:24px;height:24px;background-position:-137px 0}.x-ph-ico_fb_small:before{width:16px;height:16px;background-position:-10px 0}.x-ph-ico_mail:before{width:19px;height:14px;background-position:-64px 0}.x-ph-ico_ok:before{width:24px;height:24px;background-position:-163px 0}.x-ph-ico_ok_small:before{width:16px;height:16px;background-position:-28px 0}.x-ph-ico_vk:before{width:24px;height:24px;background-position:-189px 0}.x-ph-ico_vk_small:before{width:16px;height:16px;background-position:-46px 0}.x-ph__button,.x-ph__button:link,.x-ph__button:visited,.x-ph__button:hover,.x-ph__button:focus,.x-ph__button:active{position:relative;display:inline-block;padding-top:4px;padding-bottom:4px;font:13px/16px Arial,sans-serif;text-decoration:none;vertical-align:baseline;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none}.x-ph__button__input{position:absolute;top:0;left:0;display:block;width:100%;height:26px;margin:0;padding:0;outline:none;font-size:100px;filter:alpha(opacity=0);opacity:0;cursor:pointer;-webkit-appearance:none}.x-ph__button__input[disabled="disabled"]{cursor:default}.x-ph__button__fake{padding:5px 13px 6px;font:13px/18px Arial,sans-serif;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #d1d1d1;background-color:#f8f8f8;background-image:-moz-linear-gradient(top,rgba(255,255,255,.03)0%,rgba(0,0,0,.03)100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.03)),color-stop(100%,rgba(0,0,0,.03)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.03)0%,rgba(0,0,0,.03)100%);background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.03)),to(rgba(0,0,0,.03)));background-image:linear-gradient(to bottom,rgba(255,255,255,.03)0%,rgba(0,0,0,.03)100%);-webkit-box-shadow:0 1px 0 1px rgba(0,0,0,.05);-moz-box-shadow:0 1px 0 1px rgba(0,0,0,.05);box-shadow:0 1px 0 1px rgba(0,0,0,.05);text-align:center;color:#000;text-shadow:0 1px rgba(255,255,255,.6);cursor:pointer;vertical-align:baseline;white-space:nowrap}.x-ph__button_action .x-ph__button__fake,.x-ph__button_action:link .x-ph__button__fake,.x-ph__button_action:visited .x-ph__button__fake,.x-ph__button_action:hover .x-ph__button__fake,.x-ph__button_action:focus .x-ph__button__fake,.x-ph__button_action:active .x-ph__button__fake{padding:6px 13px;font:13px/16px Arial,sans-serif;color:#fff;border-color:#168de2;background:#168de2;text-shadow:none;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}a:hover .x-ph__button__fake,a:focus .x-ph__button__fake,.x-ph__button__fake:hover,.x-ph__button__fake:focus,.x-ph__button:hover .x-ph__button__fake,.x-ph__button:focus .x-ph__button__fake,.x-ph__button__input:hover+.x-ph__button__fake,.x-ph__button__input:focus+.x-ph__button__fake{background-color:#fcfcfc}.x-ph__button_action .x-ph__button__fake:hover,.x-ph__button_action .x-ph__button__fake:focus,.x-ph__button_action:hover .x-ph__button__fake,.x-ph__button_action:focus .x-ph__button__fake,.x-ph__button_action .x-ph__button__input:hover+.x-ph__button__fake,.x-ph__button_action .x-ph__button__input:focus+.x-ph__button__fake{border-color:#1581cf;background:#1581cf}a:active .x-ph__button__fake,.x-ph__button__fake:active,.x-ph__button:active .x-ph__button__fake,.x-ph__button:hover .x-ph__button__fake:active,.x-ph__button__input:active+.x-ph__button__fake{background-color:#fcfcfc}.x-ph__button_action .x-ph__button__fake:active,.x-ph__button_action:active .x-ph__button__fake,.x-ph__button_action:hover .x-ph__button__fake:active,.x-ph__button_action .x-ph__button__input:active+.x-ph__button__fake{border-color:#147fcb;background:#147fcb}.x-ph__button_disabled .x-ph__button__fake,.x-ph__button__input[disabled="disabled"]+.x-ph__button__fake,.x-ph__button:hover .x-ph__button__input[disabled="disabled"]+.x-ph__button__fake,.x-ph__button:focus .x-ph__button__input[disabled="disabled"]+.x-ph__button__fake{border-color:#f4f4f4;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAbCAIAAAA70dJZAAAAK0lEQVR42mL8//8/AxJgpDf/379/NOX//fuXqvw/f/7QlP/79298fIAAAwDaGVBNDHs/egAAAABJRU5ErkJggg==") !important;cursor:default!important}.x-ph__button_action.x-ph__button_disabled .x-ph__button__fake,.x-ph__button_action .x-ph__button__input[disabled="disabled"]+.x-ph__button__fake,.x-ph__button_action:hover .x-ph__button__input[disabled="disabled"]+.x-ph__button__fake,.x-ph__button_action:focus .x-ph__button__input[disabled="disabled"]+.x-ph__button__fake{border-color:#9daec1;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAbCAYAAAC0s0UOAAAALElEQVR42mL8////QgY0wMSABbAAVVIgSAszsQv++/ePPhYNEXfSIuQBAgwAKeBIt3cEBisAAAAASUVORK5CYII=") !important}.x-ph__button_dark .x-ph__button__fake,.x-ph__button_dark:link .x-ph__button__fake,.x-ph__button_dark:visited .x-ph__button__fake,.x-ph__button_dark:hover .x-ph__button__fake,.x-ph__button_dark:focus .x-ph__button__fake,.x-ph__button_dark:active .x-ph__button__fake{color:#fff;text-shadow:0 -1px rgba(0,0,0,.3)}.x-ph__button_only-icon .x-ph__button__fake,.x-ph__button_only-icon:link .x-ph__button__fake,.x-ph__button_only-icon:visited .x-ph__button__fake,.x-ph__button_only-icon:hover .x-ph__button__fake,.x-ph__button_only-icon:focus .x-ph__button__fake,.x-ph__button_only-icon:active .x-ph__button__fake{padding-right:12px;padding-left:12px}.x-ph__button_with-icon .x-ph__button__fake,.x-ph__button_with-icon:link .x-ph__button__fake,.x-ph__button_with-icon:visited .x-ph__button__fake,.x-ph__button_with-icon:hover .x-ph__button__fake,.x-ph__button_with-icon:focus .x-ph__button__fake,.x-ph__button_with-icon:active .x-ph__button__fake{padding-left:15px}.x-ph__button_only-icon .x-ph__button__fake__text,.x-ph__button_only-icon:link .x-ph__button__fake__text,.x-ph__button_only-icon:visited .x-ph__button__fake__text,.x-ph__button_only-icon:hover .x-ph__button__fake__text,.x-ph__button_only-icon:focus .x-ph__button__fake__text,.x-ph__button_only-icon:active .x-ph__button__fake__text{display:none}.x-ph__button_with-icon .x-ph__button__fake__text,.x-ph__button_with-icon:link .x-ph__button__fake__text,.x-ph__button_with-icon:visited .x-ph__button__fake__text,.x-ph__button_with-icon:hover .x-ph__button__fake__text,.x-ph__button_with-icon:focus .x-ph__button__fake__text,.x-ph__button_with-icon:active .x-ph__button__fake__text{margin-left:5px}.x-ph__button_disabled .x-ph__button__fake__text,.x-ph__button__input[disabled="disabled"]+.x-ph__button__fake .x-ph__button__fake__text{opacity:.6!important;filter:alpha(opacity=60)!important}.x-ph__button__fake__icon{position:relative;display:none;width:16px;height:16px;font:0/0 a;background-repeat:no-repeat;vertical-align:baseline;overflow:hidden}.x-ph__button_with-icon .x-ph__button__fake__icon,.x-ph__button_with-icon:link .x-ph__button__fake__icon,.x-ph__button_with-icon:visited .x-ph__button__fake__icon,.x-ph__button_with-icon:hover .x-ph__button__fake__icon,.x-ph__button_with-icon:focus .x-ph__button__fake__icon,.x-ph__button_with-icon:active .x-ph__button__fake__icon,.x-ph__button_only-icon .x-ph__button__fake__icon,.x-ph__button_only-icon:link .x-ph__button__fake__icon,.x-ph__button_only-icon:visited .x-ph__button__fake__icon,.x-ph__button_only-icon:hover .x-ph__button__fake__icon,.x-ph__button_only-icon:focus .x-ph__button__fake__icon,.x-ph__button_only-icon:active .x-ph__button__fake__icon{display:inline-block}.x-ph__button_disabled .x-ph__button__fake__icon,.x-ph__button__input[disabled="disabled"]+.x-ph__button__fake .x-ph__button__fake__icon{opacity:.2!important;filter:alpha(opacity=20)!important}.x-ph__button__fake__icon{width:11px;margin-bottom:-4px;background-image:url("https://img.imgsmail.ru/ph/0.50.10/auth/icons.gif")}.x-ph__button__fake__icon_plus{background-position:0 0}.x-ph__button__fake__icon_exit{background-position:0 -20px}.x-ph-btn{display:inline-block;-webkit-box-shadow:0 2px rgba(0,0,0,.12);-moz-box-shadow:0 2px rgba(0,0,0,.12);box-shadow:0 2px rgba(0,0,0,.12);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.x-ph-btn.x-ph-btn{text-decoration:none}.x-ph-btn_medium{padding:0 16px;font-size:13px;line-height:30px}.x-ph-btn_primary{background:#168de2}.x-ph-btn_primary.x-ph-btn_primary{color:#fff}.x-ph-btn_primary:hover{background:#1585d4}.x-ph__menu_open{z-index:1006}.x-ph__menu_open .x-ph__menu__button,.x-ph__menu_open .x-ph__menu__button:link,.x-ph__menu_open .x-ph__menu__button:visited,.x-ph__menu_open .x-ph__menu__button:hover,.x-ph__menu_open .x-ph__menu__button:active,.x-ph__menu_open .x-ph__menu__button:focus{border-color:#efefef;padding-bottom:6px;z-index:1010;background:#fff;border-color:#efefef}.x-ph-boxshadow .x-ph__menu_open .x-ph__menu__button,.x-ph-boxshadow .x-ph__menu_open .x-ph__menu__button:link,.x-ph-boxshadow .x-ph__menu_open .x-ph__menu__button:visited,.x-ph-boxshadow .x-ph__menu_open .x-ph__menu__button:hover,.x-ph-boxshadow .x-ph__menu_open .x-ph__menu__button:active,.x-ph-boxshadow .x-ph__menu_open .x-ph__menu__button:focus{border-color:#fff}.x-ph__menu_open_left .w-x-ph__menu__button__shadow_left{left:0;height:28px;clip:rect(0,0,45px,-20px)}.x-ph__menu_open_right .w-x-ph__menu__button__shadow_left{left:0;height:28px;clip:rect(0,0,28px,-20px)}.x-ph__menu_open_left .w-x-ph__menu__button__shadow_right{right:0;height:28px;clip:rect(0,70px,28px,50px)}.x-ph__menu_open_right .w-x-ph__menu__button__shadow_right{right:0;height:28px;clip:rect(0,60px,45px,50px)}.x-ph__menu_open .w-x-ph__menu__button__shadow{opacity:1;-webkit-transition:opacity .2s false;-moz-transition:opacity .2s false;transition:opacity .2s false}.x-ph__menu__dropdown{display:none;position:absolute;top:-9999px;left:-9999px;z-index:1009;visibility:hidden;opacity:0}.w-x-ph__menu__dropdown{position:relative;border:1px solid #fff;-webkit-border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;-webkit-box-shadow:0 4px 15px rgba(0,0,0,.2);-moz-box-shadow:0 4px 15px rgba(0,0,0,.2);box-shadow:0 4px 15px rgba(0,0,0,.2);background:#fff}.x-ph-boxshadow .w-x-ph__menu__dropdown{border:1px solid #fff}.x-ph-no-boxshadow .w-x-ph__menu__dropdown{border:1px solid #efefef}.w-x-ph__menu__dropdown__clearfix{display:block;height:0;clear:both;overflow:hidden;font:0/0 a}.x-ph__menu_open .x-ph__menu__dropdown{top:28px;visibility:visible;opacity:1;-webkit-transition:opacity .2s false;-moz-transition:opacity .2s false;transition:opacity .2s false}.x-ph-no-boxshadow .x-ph__menu_open .x-ph__menu__dropdown{top:27px}.x-ph__menu_open_left .x-ph__menu__dropdown{left:0}.x-ph__menu_open_left .w-x-ph__menu__dropdown{-webkit-border-top-left-radius:0;-moz-border-top-left-radius:0;-moz-border-radius-topleft:0;border-top-left-radius:0}.x-ph__menu_open_right .x-ph__menu__dropdown{left:auto;right:0}.x-ph__menu_open_right .w-x-ph__menu__dropdown{-webkit-border-top-right-radius:0;-moz-border-top-right-radius:0;-moz-border-radius-topright:0;border-top-right-radius:0}.x-ph__projects__col{display:inline-block;margin-right:40px;vertical-align:top}.x-ph__projects__group-title{margin:0;font-size:11px;font-weight:700;line-height:32px;color:#333;text-transform:uppercase}.x-ph__projects__link{display:block;overflow:hidden;text-align:left;font-size:13px;line-height:32px;white-space:nowrap}.x-ph__projects__link,.x-ph__projects__link:link,.x-ph__projects__link:visited,.x-ph__projects__link:hover,.x-ph__projects__link:active,.x-ph__projects__link:focus{color:#1378bf;text-decoration:none;cursor:pointer;outline:none}.x-ph__projects__link:hover,.x-ph__projects__link:focus,.x-ph__projects__link:active{color:#f26d00}.x-ph__projects__links{display:block;border-top:1px solid #f0f0f0;height:32px;padding:4px 40px 4px 16px}.x-ph__projects__icon{display:inline-block;width:24px;vertical-align:top}.w-x-ph__projects-body{padding:10px 0 10px 16px}.x-ph__projects__links-left-panel{float:left}.x-ph__projects__links-right-panel{float:right}.x-ph__menu__dropdown_auth{text-align:left;white-space:normal;min-width:310px;max-width:220%}.x-ph-no-boxshadow .x-ph__menu__dropdown_auth{z-index:1011}.w-w-x-ph__menu__dropdown_auth{margin:-1px}.x-ph-no-boxshadow .w-w-x-ph__menu__dropdown_auth{margin:0}.x-ph__menu__dropdown_auth__loader{display:none;position:relative;outline:none;overflow:hidden;height:150px;background:url("https://img.imgsmail.ru/ph/0.50.10/loader.gif") no-repeat center center}.x-ph__menu__dropdown_auth_loading .x-ph__menu__dropdown_auth__loader{display:block}.x-ph__menu__dropdown_auth__error{display:none;position:relative;height:16px;outline:none;overflow:hidden;background:#fefbd6;color:#db130c;font:12px/16px HelveticaNeue,Arial,sans-serif;padding:68px 18px 66px;text-align:center;background:0 0}.x-ph__menu__dropdown_auth_error .x-ph__menu__dropdown_auth__error{display:block}.x-ph__auth_list{display:block;overflow:hidden}.x-ph__auth_list_scroll{overflow-y:scroll}.x-ph__menu__dropdown_auth_error .x-ph__auth_list,.x-ph__menu__dropdown_auth_loading .x-ph__auth_list{display:none}.x-ph__auth_list__item{position:relative;display:block;outline:none;overflow:hidden;cursor:pointer;height:40px;line-height:40px;padding:12px 12px 12px 62px;border-top:1px solid #efefef}.x-ph__auth_list__item:first-child{border:0}.x-ph__auth_list_active .x-ph__auth_list__item{position:relative;border-top:0;padding:12px 12px 8px 72px;height:50px;line-height:50px}.x-ph__auth_list_active .x-ph__auth_list__item__avatar{height:50px;width:50px;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;top:12px;left:12px;background-color:#ccc}.x-ph__auth_list_active .x-ph__auth_list__item__avatar__social,.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera{height:24px;width:24px;position:absolute;display:block;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;right:-5px;bottom:-5px}.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera{background-color:#f7f7f7}.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera:hover{background-color:#1378bf}.x-ph__auth_list_active .x-ph__auth_list__item__avatar__social:before,.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera:before{position:absolute;top:0;left:0;z-index:1}.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera:after{display:none;position:absolute;background:none!important;border:2px solid #1378bf;height:49px;width:49px;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;top:-32px;left:-32px;content:\' \'}.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera:hover:after{display:block}.x-ph__auth_list_active .x-ph__auth_list__item__logout{top:0;padding:0;margin-left:10px}.x-ph__menu__dropdown_auth_social .x-ph__auth_list_active{border-bottom:1px solid #dedede}.x-ph__menu__dropdown_auth_social .x-ph__auth_list_active .x-ph__auth_list__item_current{padding-bottom:15px}.x-ph__auth_list__item:link,.x-ph__auth_list__item:visited,.x-ph__auth_list__item:hover,.x-ph__auth_list__item:focus,.x-ph__auth_list__item:active{background:#f2f2f2}.x-ph__auth_list__item_current,.x-ph__auth_list__item_current:link,.x-ph__auth_list__item_current:visited,.x-ph__auth_list__item_current:hover,.x-ph__auth_list__item_current:focus,.x-ph__auth_list__item_current:active{background:#f7f7f7;cursor:default}.x-ph__auth_list__item__avatar{position:absolute;background-position:50% 50%;-moz-background-size:contain;background-size:contain;background-repeat:no-repeat;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px;top:12px;left:12px;height:40px;width:40px}.w-x-ph__auth_list__item__info{overflow:hidden;height:100%}.x-ph__auth_list__item__info{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0;vertical-align:middle;display:inline-block}.x-ph__auth_list__item__info__email{max-width:100%;overflow:hidden;padding-top:2px}.x-ph__auth_list__item:hover .x-ph__auth_list__item__info__email,.x-ph__auth_list__item:focus .x-ph__auth_list__item__info__email,.x-ph__auth_list__item:active .x-ph__auth_list__item__info__email,.x-ph__auth_list__item_current .x-ph__auth_list__item__info__email,.x-ph__auth_list__item_current:link .x-ph__auth_list__item__info__email,.x-ph__auth_list__item_current:visited .x-ph__auth_list__item__info__email,.x-ph__auth_list__item_current:hover .x-ph__auth_list__item__info__email,.x-ph__auth_list__item_current:focus .x-ph__auth_list__item__info__email,.x-ph__auth_list__item_current:active .x-ph__auth_list__item__info__email{color:#333}.x-ph__auth_list__item__info__email__text{display:block;overflow:hidden;text-overflow:ellipsis;font:15px/20px HelveticaNeue,Arial,sans-serif;color:#333}.x-ph__auth_list__item__info__logout{padding:2px 0;margin-top:7px;color:#1378bf}.x-ph__auth_list__item__info__email__counter{display:none;float:right;position:relative;padding-left:9px;font:13px/17px HelveticaNeue,Arial,sans-serif;top:13px}.x-ph-ff.x-ph-win .x-ph__auth_list__item__info__email__counter{top:0}.x-ph__auth_list__item__info__email__counter_visible{display:block}.x-ph__auth_list__item__info__email__counter__text{color:#333;font:13px/18px HelveticaNeue,Arial,sans-serif}.x-ph__auth_list__item__info__email__counter__text:before{margin:-4px 4px 0 0}.x-ph__auth_list__item__info__text{max-width:100%;color:gray;font:13px/18px HelveticaNeue,Arial,sans-serif}.x-ph__auth_list__item__info__text:before{vertical-align:top}.x-ph__auth_list__item_current .x-ph__auth_list__item__info__text,.x-ph__auth_list__item_current:link .x-ph__auth_list__item__info__text,.x-ph__auth_list__item_current:visited .x-ph__auth_list__item__info__text,.x-ph__auth_list__item_current:hover .x-ph__auth_list__item__info__text,.x-ph__auth_list__item_current:focus .x-ph__auth_list__item__info__text,.x-ph__auth_list__item_current:active .x-ph__auth_list__item__info__text{color:#666}.x-ph__auth_list__item__logout{display:none;color:#1378bf;float:right;position:relative;padding:3px 5px 0;margin-right:-3px;opacity:0}.x-ph__auth_list__item__logout:hover{color:#f26d00}.x-ph-not-desk .x-ph__auth_list__item__logout{display:block;opacity:1}.x-ph__auth_list__item:hover .x-ph__auth_list__item__logout,.x-ph__auth_list__item:focus .x-ph__auth_list__item__logout,.x-ph__auth_list__item:active .x-ph__auth_list__item__logout{display:block;opacity:1}.x-ph__auth_list__item:hover .x-ph__auth_list__item__info__email__counter_visible,.x-ph__auth_list__item:focus .x-ph__auth_list__item__info__email__counter_visible,.x-ph__auth_list__item:active .x-ph__auth_list__item__info__email__counter_visible{display:none}.x-ph__auth_list__item .x-ph__auth_list__item__logout:hover,.x-ph__auth_list__item .x-ph__auth_list__item__logout:focus,.x-ph__auth_list__item .x-ph__auth_list__item__logout:active{display:block;opacity:1}.x-ph__auth_list__item_current .x-ph__auth_list__item__logout,.x-ph__auth_list__item_current:link .x-ph__auth_list__item__logout,.x-ph__auth_list__item_current:visited .x-ph__auth_list__item__logout,.x-ph__auth_list__item_current:hover .x-ph__auth_list__item__logout,.x-ph__auth_list__item_current:focus .x-ph__auth_list__item__logout,.x-ph__auth_list__item_current:active .x-ph__auth_list__item__logout{display:block;opacity:1}.x-ph__menu__dropdown_auth__login{border-top:1px solid #dedede;margin-top:-1px;padding:12px;position:relative}.x-ph__menu__dropdown_auth_error .x-ph__menu__dropdown_auth__login,.x-ph__menu__dropdown_auth_loading .x-ph__menu__dropdown_auth__login,.x-ph__menu_auth_multi_limit .x-ph__menu__dropdown_auth__login{display:none}.x-ph__menu__dropdown_auth__login__link,.x-ph__menu__dropdown_auth__login__link:link,.x-ph__menu__dropdown_auth__login__link:visited,.x-ph__menu__dropdown_auth__login__link:hover,.x-ph__menu__dropdown_auth__login__link:active,.x-ph__menu__dropdown_auth__login__link:focus{display:block;max-width:310px;height:30px;margin:0 auto;color:#fff;outline:none;font:15px/30px HelveticaNeue,Arial,sans-serif;text-align:center;text-decoration:none;padding:0}.x-ph__menu__dropdown_auth__login__link .x-ph__button__fake{display:block;font-family:HelveticaNeue,Arial,sans-serif}.x-ph__menu__dropdown_auth__login__link .x-ph__button__fake__text{display:block;width:100%;overflow:hidden;text-overflow:ellipsis}.x-ph__menu__dropdown_auth__info{position:relative;text-align:center;font:12px/18px HelveticaNeue,Arial,sans-serif;color:#666}.x-ph__menu__dropdown_auth_error .x-ph__menu__dropdown_auth__info,.x-ph__menu__dropdown_auth_loading .x-ph__menu__dropdown_auth__info,.x-ph__menu_auth_multi .x-ph__menu__dropdown_auth__info{display:none}.x-ph__menu__dropdown_auth__info__link,.x-ph__menu__dropdown_auth__info__link:link,.x-ph__menu__dropdown_auth__info__link:visited,.x-ph__menu__dropdown_auth__info__link:hover,.x-ph__menu__dropdown_auth__info__link:focus,.x-ph__menu__dropdown_auth__info__link:active{display:block;font:13px/16px HelveticaNeue,Arial,sans-serif;text-align:center;margin-bottom:12px;text-decoration:none}.x-ph__menu__dropdown_auth__info__link .x-ph__menu__dropdown_auth__info__link__text,.x-ph__menu__dropdown_auth__info__link:link .x-ph__menu__dropdown_auth__info__link__text,.x-ph__menu__dropdown_auth__info__link:visited .x-ph__menu__dropdown_auth__info__link__text,.x-ph__menu__dropdown_auth__info__link:hover .x-ph__menu__dropdown_auth__info__link__text,.x-ph__menu__dropdown_auth__info__link:focus .x-ph__menu__dropdown_auth__info__link__text,.x-ph__menu__dropdown_auth__info__link:active .x-ph__menu__dropdown_auth__info__link__text{color:#666;text-decoration:none}.x-ph__menu__dropdown_auth__info__link .x-ph__menu__dropdown_auth__info__link__link,.x-ph__menu__dropdown_auth__info__link:link .x-ph__menu__dropdown_auth__info__link__link,.x-ph__menu__dropdown_auth__info__link:visited .x-ph__menu__dropdown_auth__info__link__link,.x-ph__menu__dropdown_auth__info__link:hover .x-ph__menu__dropdown_auth__info__link__link,.x-ph__menu__dropdown_auth__info__link:active .x-ph__menu__dropdown_auth__info__link__link,.x-ph__menu__dropdown_auth__info__link:focus .x-ph__menu__dropdown_auth__info__link__link{color:#1378bf;outline:none;white-space:nowrap;text-decoration:none}.x-ph__menu__dropdown_auth__info__link:hover .x-ph__menu__dropdown_auth__info__link__link,.x-ph__menu__dropdown_auth__info__link:active .x-ph__menu__dropdown_auth__info__link__link,.x-ph__menu__dropdown_auth__info__link:focus .x-ph__menu__dropdown_auth__info__link__link{color:#f26d00}.x-ph__menu__dropdown_auth__links{background:#f7f7f7;padding-left:61px;border-bottom:1px solid #dedede}.x-ph__menu__dropdown_auth_social .x-ph__menu__dropdown_auth__links,.x-ph__menu__dropdown_auth_error .x-ph__menu__dropdown_auth__links,.x-ph__menu__dropdown_auth_loading .x-ph__menu__dropdown_auth__links{display:none}.x-ph__menu__dropdown_auth__links__link{display:block;margin:0;padding:7px 12px;font:13px/15px HelveticaNeue,Arial,sans-serif}.x-ph__menu__dropdown_auth__links__link:link,.x-ph__menu__dropdown_auth__links__link:visited{color:#333;text-decoration:none}.x-ph__menu__dropdown_auth__links__link:hover,.x-ph__menu__dropdown_auth__links__link:focus,.x-ph__menu__dropdown_auth__links__link:active{background:#dedede;text-decoration:none}.x-ph__menu__dropdown_auth__links__link__text{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.x-ph__menu__dropdown_auth__links__link__subtext{font-size:11px;color:#666;line-height:13px;margin-top:6px;display:block}.x-ph__menu__dropdown_auth__links__sep{border-top:1px solid #dedede}.x-ph__menu__dropdown_auth__login_addaccount{text-align:left}.x-ph__menu__dropdown_auth__login_addaccount .x-ph__menu__dropdown_auth__info__link:link,.x-ph__menu__dropdown_auth__login_addaccount .x-ph__menu__dropdown_auth__info__link:visited,.x-ph__menu__dropdown_auth__login_addaccount .x-ph__menu__dropdown_auth__info__link:hover,.x-ph__menu__dropdown_auth__login_addaccount .x-ph__menu__dropdown_auth__info__link:focus,.x-ph__menu__dropdown_auth__login_addaccount .x-ph__menu__dropdown_auth__info__link:active{text-align:left;display:inline-block;margin-bottom:5px}.x-w-ph__menu__dropdown_auth__login__link{display:none}.x-ph__menu_auth_multi .x-w-ph__menu__dropdown_auth__login__link{display:block}.x-ph-addaccount{margin-right:20px;display:block;-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px;height:47px;width:47px;background:#07c;position:relative;float:left}.x-ph-addaccount:after,.x-ph-addaccount:before{position:absolute;display:block;content:\'\';height:9px;width:9px;border:0 solid #fff}.x-ph-addaccount:before{top:13px;left:13px;border-width:0 3px 3px 0;content:" "}.x-ph-addaccount:after{border-width:3px 0 0 3px;top:22px;left:22px;content:" "}.x-ph-addaccount-text:link{font-size:15px;padding-top:5px;display:block;overflow:hidden}.x-ph-addaccount-text:link,.x-ph-addaccount-text:hover,.x-ph-addaccount-text:active,.x-ph-addaccount-text:visited{color:#000;text-decoration:none}.x-ph__overlay{display:none;position:fixed;_position:absolute;top:0;left:0;z-index:10000;width:100%;height:100%;background:#000;opacity:.4;filter:alpha(opacity=40)}.x-ph__overlay_visible{display:block}.w-x-ph__popup{display:none;font:0/0 a;height:0}.w-x-ph__popup_visible{display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:10001}.w-x-ph__popup__layout{position:absolute;top:0;left:0;z-index:10001;width:100%;height:100%;font:13px/16px Arial,sans-serif;border-spacing:0;border:0}.w-x-ph__popup__layout__valign{padding:0;vertical-align:middle}.x-ph__popup{position:relative;margin:0 auto;width:320px;color:#222;background:#fff;border:1px solid #d9d9d9;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 4px 9px rgba(0,0,0,.3);-moz-box-shadow:0 4px 9px rgba(0,0,0,.3);box-shadow:0 4px 9px rgba(0,0,0,.3)}.w-x-ph__popup__title{padding:25px 25px 15px}.x-ph__popup__title{width:100%;color:#000;font:18px/22px Arial,sans-serif;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.x-ph__popup__content{position:relative;padding:0 25px 20px}.x-ph__popup__content__preloader{display:none;position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;background-color:#fff;background-color:rgba(255,255,255,.9);background-image:url("https://img.imgsmail.ru/ph/0.50.10/loader.gif");background-repeat:no-repeat;background-position:center center}.x-ph__popup__content_preloader_visible .x-ph__popup__content__preloader{display:block}.x-ph__popup__footer{padding:14px 25px 15px;border-top:1px solid #e5e5e5;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;background:#f2f2f2}.x-ph__popup__footer__controls{width:100%;height:30px;line-height:30px}.x-ph__popup__footer__controls__col:after{content:\' \';display:inline-block;height:30px;line-height:30px;vertical-align:middle;visibility:hidden}.x-ph__popup__footer__controls__col_left{float:left;text-align:left;padding-right:10px}.x-ph__popup__footer__controls__col_right{display:block;overflow:hidden;text-align:right}.x-ph__popup__footer__controls__item{margin-right:17px;vertical-align:middle}.x-ph__popup__footer__controls__item_last{margin-right:0}.x-ph__popup__footer__controls__item_link,.x-ph__popup__footer__controls__item_link:link,.x-ph__popup__footer__controls__item_link:visited,.x-ph__popup__footer__controls__item_link:hover,.x-ph__popup__footer__controls__item_link:focus,.x-ph__popup__footer__controls__item_link:active{display:inline-block;max-width:100%;overflow:hidden;color:#000;font-size:13px;cursor:pointer;text-decoration:none;white-space:nowrap;text-overflow:ellipsis}.x-ph__popup__footer__controls__item_link:hover,.x-ph__popup__footer__controls__item_link:focus,.x-ph__popup__footer__controls__item_link:active{color:#f37823}.x-ph__popup__footer__controls__item_link__text{text-decoration:underline}.x-ph__popup__footer__controls__item__text{color:#000;font-size:13px}.x-ph__popup__close{position:absolute;top:0;right:0;width:32px;height:32px;cursor:pointer}.x-ph__popup__close__icon{margin-top:18px;margin-left:8px;width:8px;height:8px;text-indent:-999em;background:url("//img.imgsmail.ru/p/popup/close.v2.png") no-repeat 0 0;overflow:hidden}.x-ph__popup__close:hover .x-ph__popup__close__icon,.x-ph__popup__close:focus .x-ph__popup__close__icon,.x-ph__popup__close:active .x-ph__popup__close__icon{background-position:0 -9px}.w-x-ph__form__row{margin-bottom:20px;position:relative}.w-x-ph__form__row_last{margin-bottom:0}.w-x-ph__form__row_oauth{display:none;height:62px;overflow:hidden}.w-x-ph__form__row__col{display:inline-block;width:50%}.w-x-ph__form__row__col_left{text-align:left}.w-x-ph__form__row__col_right{text-align:right}.x-ph__form__link,.x-ph__form__link:link,.x-ph__form__link:visited,.x-ph__form__link:hover,.x-ph__form__link:active,.x-ph__form__link:focus{color:#1378bf;text-decoration:none;font:12px/16px Arial,sans-serif}.x-ph__form__link:hover,.x-ph__form__link:focus,.x-ph__form__link:active{color:#f26d00}.x-ph__form__select{position:relative;display:block;cursor:default;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.x-ph__form__select__element{position:absolute;max-width:100%;height:26px;left:0;right:0;top:0;bottom:0;opacity:0;z-index:2;filter:alpha(opacity=0);-webkit-appearance:menulist-button}.x-ph__form__select__box{display:block;width:100%;height:26px;padding:4px 20px 2px 9px;font:12px/16px Arial,sans-serif;color:#333;border:1px solid #c6c6c6;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#ededed;background-image:-webkit-linear-gradient(top,#fff,#ededed);background-image:-moz-linear-gradient(top,#fff,#ededed);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ededed));background-image:linear-gradient(to bottom,#fff,#ededed);white-space:nowrap}.x-ph__form__select_hover .x-ph__form__select__box{background-color:#f4f4f4;background-image:-webkit-linear-gradient(top,#fff,#f4f4f4);background-image:-moz-linear-gradient(top,#fff,#f4f4f4);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f4f4f4));background-image:linear-gradient(to bottom,#fff,#f4f4f4);outline:none}.x-ph__form__select_focus .x-ph__form__select__box{background-color:#d8dadc;background-image:-webkit-linear-gradient(top,#fff,#d8dadc);background-image:-moz-linear-gradient(top,#fff,#d8dadc);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#d8dadc));background-image:linear-gradient(to bottom,#fff,#d8dadc);outline:none}.x-ph__form__select_hover .x-ph__form__select__box,.x-ph__form__combo_hover .x-ph__form__select__box{border-color:#999}.x-ph__form__select_focus .x-ph__form__select__box,.x-ph__form__combo_focus .x-ph__form__select__box{border-color:#85b8eb}.x-ph__form__select_error .x-ph__form__select__box,.x-ph__form__combo_error .x-ph__form__select__box{border-color:#ce1900}.x-ph__form__select__box__text{display:block;overflow:hidden;text-overflow:ellipsis}.x-ph__form__select__arrow{display:block;position:absolute;top:11px;right:8px;border-color:#000 transparent transparent;border-style:solid;border-width:4px 4px 0;z-index:1}.x-ph__form__input{display:block;cursor:text;position:relative;z-index:2;overflow:hidden;border:1px solid #c6c6c6;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:inset 1px 1px 4px rgba(0,0,0,.17);-moz-box-shadow:inset 1px 1px 4px rgba(0,0,0,.17);box-shadow:inset 1px 1px 4px rgba(0,0,0,.17);background:#fff;float:none;top:0;margin:0}.w-x-ph__form__input{display:block;position:relative;height:24px;padding-right:12px;overflow:hidden}.x-ph__form__input__placeholder{display:none;position:absolute;top:5px;left:7px;color:#999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;font:13px/16px Arial,sans-serif}.x-ph__form__input__text{display:block;width:100%;height:16px;margin:0;padding:4px 6px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;color:#333;font:13px/16px Arial,sans-serif;background:0 0;outline:none;cursor:text}.x-ph__form__input_hover,.x-ph__form__combo_hover .x-ph__form__input{border-color:#999}.x-ph__form__input_focus,.x-ph__form__combo_focus .x-ph__form__input{border-color:#85b8eb}.x-ph__form__input_error,.x-ph__form__combo_error .x-ph__form__input{border-color:#ce1900!important}.x-ph__form__input__text::-webkit-input-placeholder{color:#999}.x-ph__form__input__text:-moz-placeholder{color:#999}.x-ph__form__combo .x-ph__form__input{overflow:hidden}.x-ph__form__combo .x-ph__form__input{-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-right-radius:0;border-bottom-right-radius:0;border-right-color:#c6c6c6}.x-ph__form__combo .x-ph__form__select{float:right;max-width:50%}.x-ph__form__combo .x-ph__form__select__box{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;border-top-left-radius:0;border-bottom-left-radius:0;border-left:0}.x-ph__form__checkbox{width:12px;height:12px;position:relative;display:inline-block;margin-bottom:-2px}.x-ph__form__checkbox__input{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;margin:0;opacity:0;filter:alpha(opacity=0);outline:0}.x-ph__form__checkbox__checkmark{position:absolute;z-index:1;width:10px;height:10px;border-width:1px;border-style:solid;border-color:#999;font:0/0 a;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#fefefe}.x-ph__form__checkbox_focus .x-ph__form__checkbox__checkmark{border-color:#85b8eb}.x-ph__form__checkbox_hover .x-ph__form__checkbox__checkmark{border-color:#333}.x-ph__form__checkbox__checkmark__v{display:none;position:absolute;z-index:1;top:-1px;left:0;width:14px;height:10px;border:0;background:url("https://img.imgsmail.ru/ph/0.50.10/authForm/icons.png") no-repeat 0 0;-moz-background-size:20px auto;background-size:20px auto}.x-ph__form__checkbox_checked .x-ph__form__checkbox__checkmark__v{display:block}.x-ph__form__label{font:12px/16px Arial,sans-serif;color:#999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:none;top:0;margin:0}.x-ph__form__message{display:none;color:#999;font:12px/16px Arial,sans-serif}.x-ph__form__message_error{color:#ea0000}.x-ph__form__message_oauth{display:block;color:#333}.x-ph__popup_authForm{width:396px}.x-ph__form__checkbox{margin-right:6px}.x-ph__authForm__domains{display:none;border-bottom:1px solid #f2f2f2}.x-ph__authForm__domains__list{text-align:justify;font-size:2px}.x-ph__authForm__domains__list__leg{display:inline-block;height:18px;width:80%;overflow:hidden}.x-ph__authForm__domains__list__item{display:inline-block;height:26px;border:1px solid transparent;padding:2px;overflow:hidden;vertical-align:middle;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-position:50% 50%;background-repeat:no-repeat;color:#000;font:13px/18px Arial,sans-serif;text-align:center;cursor:pointer}.x-ph__authForm__domains__list__item_selected,.x-ph__authForm__domains__list__item_selected:link,.x-ph__authForm__domains__list__item_selected:visited,.x-ph__authForm__domains__list__item_selected:hover,.x-ph__authForm__domains__list__item_selected:focus,.x-ph__authForm__domains__list__item_selected:active,.x-ph__authForm__domains__list__item:hover,.x-ph__authForm__domains__list__item:focus,.x-ph__authForm__domains__list__item:active{background-color:#fff;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);outline:none}.x-ph__authForm__domains__list__item:hover{border-color:#ececec}.x-ph__authForm__domains__list__item:focus,.x-ph__authForm__domains__list__item:active{border-color:#85b8eb}.x-ph__authForm__domains__list__item_selected,.x-ph__authForm__domains__list__item_selected:link,.x-ph__authForm__domains__list__item_selected:visited,.x-ph__authForm__domains__list__item_selected:hover,.x-ph__authForm__domains__list__item_selected:focus,.x-ph__authForm__domains__list__item_selected:active{border-color:#c7c7c7;cursor:default}.x-ph__authForm__domains__list__item_selected:focus,.x-ph__authForm__domains__list__item_selected:active{border-color:#85b8eb}.x-ph__authForm__domains__list__item_other{text-indent:0}.x-ph__authForm__domains__list__item_external{display:none}.w-x-ph__authForm__domains__list__item{display:inline-block;vertical-align:middle;padding:4px;background-position:50% 50%;background-repeat:no-repeat;height:18px}.w-x-ph__authForm__domains__list__item_mailru{padding-right:6px;padding-left:6px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;width:62px;background-image:url("https://img.imgsmail.ru/ph/0.50.10/authForm/logo/mail.ru.png");background-color:#168de2;-moz-background-size:62px 13px;background-size:62px 13px}.w-x-ph__authForm__domains__list__item_yandexru{width:45px;background-image:url("https://img.imgsmail.ru/ph/0.50.10/authForm/logo/yandex.ru.png");-moz-background-size:45px 17px;background-size:45px 17px}.w-x-ph__authForm__domains__list__item_ramblerru{width:59px;background-image:url("https://img.imgsmail.ru/ph/0.50.10/authForm/logo/rambler.ru.png");-moz-background-size:59px 18px;background-size:59px 18px}.w-x-ph__authForm__domains__list__item_gmailcom{width:48px;background-image:url("https://img.imgsmail.ru/ph/0.50.10/authForm/logo/gmail.com.png");-moz-background-size:48px 17px;background-size:48px 17px}@media only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min--moz-device-pixel-ratio:1.25),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:120dpi),only screen and (min-resolution:1.25dppx){.w-x-ph__authForm__domains__list__item_mailru{background-image:url("https://img.imgsmail.ru/ph/0.50.10/authForm/logo/mail.ru@x2.png")}.w-x-ph__authForm__domains__list__item_yandexru{background-image:url("https://img.imgsmail.ru/ph/0.50.10/authForm/logo/yandex.ru@x2.png")}.w-x-ph__authForm__domains__list__item_ramblerru{background-image:url("https://img.imgsmail.ru/ph/0.50.10/authForm/logo/rambler.ru@x2.png")}.w-x-ph__authForm__domains__list__item_gmailcom{background-image:url("https://img.imgsmail.ru/ph/0.50.10/authForm/logo/gmail.com@x2.png")}}.x-ph__authForm__domains__list__item__image{vertical-align:middle}.x-ph__authForm__domains__list__item__leg{display:inline-block;text-indent:-1000px}.x-ph__authForm__domains__list__item__text{display:inline-block;font:13px/13px Arial,sans-serif;border-bottom:1px dotted #000}.x-ph__authForm__domains__list__item_other .x-ph__authForm__domains__list__item__text{position:relative;top:1px}.x-ph__authForm__changeAuth{display:block;margin-top:-1px;text-align:right}.x-ph__authForm__changeAuth__text{display:inline-block;margin-right:8px;vertical-align:middle;color:#000;font:13px/30px Arial,sans-serif}.x-ph__authForm__changeAuth__email{display:inline-block;vertical-align:middle}.w-x-ph__authForm__changeAuth__email{display:inline-block;max-width:160px}.x-ph__form__password__icon{width:20px;height:20px;position:relative;float:right;top:2px;overflow:hidden;vertical-align:baseline;font:0/0 a;display:block;background:url("https://img.imgsmail.ru/ph/0.50.10/authForm/icons.png") no-repeat;-moz-background-size:20px 88px;background-size:20px 88px}.x-ph__form__password__icon_warning{margin:0 2px 0 0;cursor:default;background-position:2px -21px}.x-ph__form__password__icon_eye{cursor:pointer;background-position:2px -62px;margin:0 4px 0 0}.x-ph__form__password__icon_eye-show{background-position:2px -40px}.x-ph-animated_flash{-webkit-animation-name:x-ph-flash;-moz-animation-name:x-ph-flash;animation-name:x-ph-flash}@-moz-keyframes x-ph-flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes x-ph-flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes x-ph-flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.x-ph-hint{display:none;position:absolute;z-index:1000;padding:5px 7px;color:#fff;background:#000;background:rgba(0,0,0,.8);border:1px solid #ccc}.x-ph-boxshadow .x-ph-hint{border-color:#fff}.x-ph-hint_white{background:#fff;background:rgba(255,255,255,.9);color:#665d4c}.x-ph-hint_iframe{margin:0;padding:0;overflow:hidden}.x-ph-hint_auth{top:100%;margin-top:10px;right:0;display:block;background:#fff;color:#333;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 8px #cbcbcb;-moz-box-shadow:0 0 8px #cbcbcb;box-shadow:0 0 8px #cbcbcb;-webkit-box-shadow:0 0 8px rgba(0,0,0,.3);-moz-box-shadow:0 0 8px rgba(0,0,0,.3);box-shadow:0 0 8px rgba(0,0,0,.3);padding:13px 17px}.x-ph-boxshadow .x-ph-hint__tip{position:absolute;width:0;height:0;overflow:hidden;font-size:0;border:solid transparent}.x-ph-boxshadow .x-ph-hint__tip_bottom{left:16px;top:100%;border-top-color:#000;border-top-color:rgba(0,0,0,.8);border-width:7px 7px 0}.x-ph-boxshadow .x-ph-hint__tip_top{left:16px;bottom:100%;border-bottom-color:#000;border-bottom-color:rgba(0,0,0,.8);border-width:0 7px 7px}.x-ph-boxshadow .x-ph-hint__tip_white_bottom{left:16px;top:100%;border-top-color:#fff;border-top-color:rgba(255,255,255,.8);border-width:7px 7px 0}.x-ph-boxshadow .x-ph-hint__tip_white_top{left:16px;bottom:100%;border-bottom-color:#fff;border-bottom-color:rgba(255,255,255,.8);border-width:0 7px 7px}.x-ph-boxshadow .x-ph-hint__tip_whited_top_right{right:16px;bottom:100%;border-bottom-color:#fff;border-width:0 7px 7px}.x-ph-hint__content{font-size:12px;white-space:nowrap}.x-ph-hint__close{top:5px;right:5px;position:absolute;padding-top:2px;height:18px;width:20px;cursor:pointer;text-align:center}.x-ph-bub{position:absolute;top:100%;left:6px;display:block;margin-top:16px;border-collapse:separate;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 4px 12px 4px rgba(0,0,0,.12);-moz-box-shadow:0 4px 12px 4px rgba(0,0,0,.12);box-shadow:0 4px 12px 4px rgba(0,0,0,.12)}.x-ph-no-boxshadow .x-ph-bub{border:1px solid #d5d5d5}.x-ph-bub__content,a.x-ph-bub__content{position:relative;z-index:2;padding:16px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;display:block;color:#000}.x-ph-bub__content__wrap,a.x-ph-bub__content__wrap{display:inline-block;width:196px;vertical-align:top;white-space:normal}.x-ph-bub__message{display:block;margin-top:6px}.x-ph-bub__icon{display:inline-block;margin-right:8px;width:45px;height:45px;vertical-align:top}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5){.x-ph-bub__icon{-moz-background-size:45px 45px;background-size:45px 45px}}.x-ph-bub__icon_present{background-image:url("https://img.imgsmail.ru/ph/0.50.10/bub/present.png")}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5){.x-ph-bub__icon_present{background-image:url("https://img.imgsmail.ru/ph/0.50.10/bub/present@2x.png")}}.x-ph-bub__icon_friendship{background-image:url("https://img.imgsmail.ru/ph/0.50.10/bub/friendship.png")}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5){.x-ph-bub__icon_friendship{background-image:url("https://img.imgsmail.ru/ph/0.50.10/bub/friendship@2x.png")}}.x-ph-bub__button{margin-top:16px}.x-ph-bub__close{position:absolute;top:6px;right:6px;z-index:3;padding:4px;cursor:pointer}.x-ph-bub__placeholder{position:relative;top:0;right:0;display:block;margin-right:4px;height:0}.x-ph-bub_tip:after{position:absolute;bottom:100%;left:16px;content:\'\'}.x-ph-csstransforms .x-ph-bub_tip:after{z-index:1;margin-bottom:-8px;width:16px;height:16px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-collapse:separate;background:#fff;-webkit-box-shadow:0 4px 12px 4px rgba(0,0,0,.12);-moz-box-shadow:0 4px 12px 4px rgba(0,0,0,.12);box-shadow:0 4px 12px 4px rgba(0,0,0,.12)}')); r.rootNode.insertBefore(z,r.rootNode.firstChild);f.settings.lang=f.settings.lang||"ru_RU";a.translations={};a.extend(a.translations,k.ru_RU,k[f.settings.lang]);(function(){var a=0,c=window.location.search.substr(1).split("&");if(c.length)for(;a"]/g,C=/[&<>"]/,B={area:!0,base:!0,br:!0,col:!0,command:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,wbr:!0},v=[],G={"&":"&","<":"<",">":">",'"':"""},D;D="undefined"===typeof __fest_error?"undefined"!== typeof q&&q.error?function(){return Function.prototype.apply.call(q.error,q,arguments)}:function(){}:__fest_error;try{k=a.name}catch(F){k="",c(F.message)}t={};try{t=a.params}catch(E){c(E.message)}l.push(m,{name:k,params:t,cp:!1});m="";s.accountsList=function(a){var b="",d,e,f,j;try{j=a.accounts||[],f=j.length}catch(m){j=[],f=0,c(m.message)}for(d=0;d';try{h[0]=g(e.avatar)}catch(n){h[0]="",c(n.message)}b+='
";try{i=e.active}catch(H){i=!1,c(H.message)}if(i){try{i=e.socialId}catch(N){i=!1,c(N.message)}if(i){try{h[0]=g(e.socialId)}catch(t){h[0]="",c(t.message)}b+=''}else b+=''}b+="
";try{i=e.active}catch(r){i=!1,c(r.message)}if(i){b+=''; try{b+=a.translations.logout}catch(s){c(s.message+"28")}b+=""}else{b+='
';try{b+=a.translations.logout}catch(p){c(p.message+"35")}b+="
";try{h[0]=g(e.counter?" x-ph__auth_list__item__info__email__counter_visible":"")}catch(q){h[0]="",c(q.message)}b+='"}b+='
"}return b};s.activeAccountLinks=function(b){var a="",d,g,f,h;try{h=b.portalLinks||[],f=h.length}catch(j){h=[],f=0,c(j.message)}for(d=0;d',n,I;try{I=b.projectLinks||[],n=I.length}catch(H){I=[],n=0,c(H.message)}for(d=0;d';try{a+=b.text}catch(j){c(j.message+"21")}a+="";try{i=b.subtext}catch(m){i=!1,c(m.message)}if(i){a+='';try{a+=g(b.subtext)}catch(l){c(l.message+"25")}a+=""}return a+""};s.authForm=function(a){var b;b=''}; s.authMenu=function(b){var a;a='
';try{a+=g(b.translations.error)}catch(d){c(d.message+"8")}a+='
"};s.bub=function(b){var a="";try{h[0]=g(b.id)}catch(d){h[0]="",c(d.message)}a+='"};s.projectsMenu=function(a){var b="";try{for(var d=[],f=0;f
',l,n;try{n=a.projects||[],l=n.length}catch(r){n=[],l=0,c(r.message)}for(f=0;f=j&&1===(p+1)%a.MAX_COL_SIZE}catch(y){i= !1,c(y.message)}if(i){b+='';try{i=d.title}catch(z){i=!1,c(z.message)}if(i){b+='

';try{b+=g(d.title)}catch(A){c(A.message+"32")}b+="

"}}try{i=q.title}catch(B){i=!1,c(B.message)}if(i){try{q.retina=a.retina}catch(C){c(C.message)}k="projectsMenu-link";t={};try{t=q}catch(D){c(D.message)}(w=s[k])&&(b+=e(w,t,!1))}try{i=p===d.items.length-1||0===(p+1)%a.MAX_COL_SIZE}catch(G){i=!1,c(G.message)}i&&(b+="
")}}var b=b+'
"};s["projectsMenu-link"]=function(b){var a="";try{h[0]=g(b.url)}catch(d){h[0]="",c(d.message)}a+='":">";n=v[v.length-1];n in B||(a+="");v.pop()}try{a+=b.title}catch(x){c(x.message+"101")}return a+""};if(u=l.length){for(p=0;p=b.keyCode&&!b.altKey&&!b.ctrlKey&&!this.__commandKey)&&this._toggle(!1):"keyup"===b.type&&(91==b.keyCode||92==b.keyCode?this.__commandKey=!1:this._toggle()))},_toggle:function(b){a.Placeholder.isSupported||(this._placeholder.style.display=!0===b||!1===b? b?"block":"none":!this._input.value?"block":"none")}});a.Widget=D;a.extend(a.Widget.prototype,a.EventEmitter.prototype,{_handlers:{focus:{add:"focus",remove:"blur"},hover:{add:"mouseover",remove:"mouseout"},active:{add:"mousedown",remove:"mouseup mouseout"}},_addHandler:function(b,c,d){for(var d=d[c].split(" "),e=0,g=d.length;e'+(-1!==navigator.userAgent.indexOf("MSIE 6")?'':"")+'
'+this.content;this.node.innerHTML=a;this.show(!0)},setContent:function(a){this.content=a;this._prepareHTML()}, _prepareEvents:function(){var b;this._showEvent=function(){clearTimeout(b);b=setTimeout(function(){this.show()}.bind(this),100)}.bind(this);this._hideEvent=function(){clearTimeout(b);b=setTimeout(function(){this.hide()}.bind(this),400)}.bind(this);a.Events.addListener(this.node,"mouseover",function(){clearTimeout(b)});a.Events.addListener(this.node,"mouseout",this._hideEvent)},enable:function(){a.Events.addListener(this.listenTo,"mouseover",this._showEvent);a.Events.addListener(this.listenTo,"mouseout", this._hideEvent)},disable:function(){a.Events.removeListener(this.listenTo,"mouseover",this._showEvent);a.Events.removeListener(this.listenTo,"mouseout",this._hideEvent)},destroy:function(){this.node.parentNode.removeChild(this.node);this.disable();this._hideEvent=this._showEvent=this.content=this.tipSide=this.listenTo=this.node=null}});a.Hint=k;a.extend(a.AccountManager.prototype,{_listTransport:new a.Transport(f.settings.swaDomain+"/NaviData?mac=1&ldata=1&Socials=1",{JSONPCallbackParam:"JSONP_call", xhrEnabled:!0,requestSource:"accountList"}),loadAccountsList:function(a){var c={},d=this.activeUser();d&&(c.Login=d);this._listTransport.get({params:c,complete:function(c){"function"===typeof a&&a(this.__getAccountsList(c))}.bind(this),timeout:3E4})},__getAccountsList:function(b){var c={status:b.status,accounts:[],activeEmailByResponse:b.data&&b.data.email,_response:b},d=b.data&&(b.data.accounts||b.data.ldata),e={};a.accountManager.setCorp(b.data&&b.data.list||[]);for(var g in d)d.hasOwnProperty(g)&& (e=d[g],e={email:g,active:g==this.activeUser(),counters:{mail:e.mail_cnt},firstName:e.first_name||"",lastName:e.last_name||"",socialId:this.getSocialId(g),verified:void 0===e.verified?!0:!1},c.accounts[e.active?"unshift":"push"](e));return c}});a.authMenu.on("show",function(b,c){var d=!0,e,g=(new Date).getTime(),j=function(){d&&(a.radar("updateAccountsList",1),c(),d=!1,f.authMenu.emit("show"))},m=function(b){a.clearTimeout(e);"timeout"==b.status||"error"==b.status?(a.removeClass(this._rootNode,"x-ph__menu__dropdown_auth_loading"), a.addClass(this._rootNode,"x-ph__menu__dropdown_auth_error"),a.radar("updateAccountsError",(new Date).getTime()-g)):(a.radar("updateAccountsOk",(new Date).getTime()-g),this.updateEmailsList(b),a.removeClass(this._rootNode,"x-ph__menu__dropdown_auth_loading"));j()}.bind(this);a.addClass(this._rootNode,"x-ph__menu__dropdown_auth_loading");a.removeClass(this._rootNode,"x-ph__menu__dropdown_auth_error");e=a.setTimeout(j,100);a.accountManager.loadAccountsList(m)});a.authMenu.on("hide",function(a,c){f.authMenu.emit("hide"); "function"===typeof c&&c()});a.authMenu.on("click",function(b,c){var d=b.data.clickEvent,e=d.target||d.srcElement,g;(g=a.hasParent(e,"js-logout")||a.hasClass(e,"js-logout")&&(g=e))?(a.count("home"==a.project?"clb1126048":"mail"==a.project?"clb1126050":"my"==a.project?"clb1312343":"clb1126056"),e=a.hasParent(g,"js-list-user").getAttribute("data-email"),e==f.activeUser()?(a.count("clb10460354"),window.location=a.byId("PH_logoutLink").href):a.accountManager.logoutAccount(e,function(){a.accountManager.loadAccountsList(this.updateEmailsList.bind(this))}.bind(this)), a.eventPreventDefault(d)):a.hasClass(e,"js-avatar")&&(g=e)?(a.eventPreventDefault(d),a.count("clb14767671"),window.location=g.href):(g=a.hasParent(e,"js-list-user")||a.hasClass(e,"js-list-user")&&(g=e))?(e=g.getAttribute("data-email"),e!=f.activeUser()&&(a.count("clb1126019"),(new Image).src="//ad.mail.ru/i210.gif?"+Math.random()+(new Date).getTime(),a.accountManager.switchAccount(e),a.eventPreventDefault(d),c())):a.hasParent(e,"js-login")||a.hasClass(e,"js-login")&&e?(a.authLinkClickHandler(d),c()): a.isNode(e)&&"a"==e.tagName.toLowerCase()&&c()});var E,A,p,R,S,B=function(){a.clearTimeout(S);S=a.setTimeout(function(){var b,c,d;2>A.children.length&&p.clientHeight<=A.clientHeight||(b=Math.max(E.scrollHeight,E.offsetHeight,document.documentElement.clientHeight,document.documentElement.scrollHeight,document.documentElement.offsetHeight),c=a.rootNode.clientHeight+R.clientHeight-p.clientHeight+A.clientHeight,d=A.clientHeight+b-c,bd?"95px":d+"px",a.addClass(p,"x-ph__auth_list_scroll")): a.hasClass(p,"x-ph__auth_list_scroll")&&(p.removeAttribute("style"),a.removeClass(p,"x-ph__auth_list_scroll")))},10)};f.authMenu.on("show",function(b,c){E=document.getElementsByTagName("body")[0];A=a.byId("PH:authMenu:inactiveAccounts");p=a.byId("PH:authMenu:listWrap");R=a.byId("PH:authMenu:dropdown");c();B();a.event(1,window,"resize",B)});f.authMenu.on("hide",function(b,c){c();a.event(0,window,"resize",B)});a.authMenu.updateEmailsList=function(b){var c=b.accounts,d={},e,g;e=[];var j=[];c.length&& (e=f.activeUser()==c[0].email&&"undefined"!==typeof c[0].socialId,a[e?"addClass":"removeClass"](this._rootNode,"x-ph__menu__dropdown_auth_social"));1u&&(document.attachEvent("onmousedown",function(){y._clickButton=event.button}),document.attachEvent("onclick",function(){y._clickButton=void 0}));k.addListener=r?function(b,c,d){if("function"==typeof d||"object"===typeof d&&d.handleEvent){var e=b._,g,f=!1;e||(e=b._={});if(u&&9>u){if("DOMContentLoaded"==c){if("complete"==document.readyState)return; b===global&&(b=document);f=!0;if(!V){V=!0;var k=function(){try{document.documentElement.doScroll("left")}catch(d){a.setTimeout(k,50);return}U.call(b,{type:c,isTrusted:!0})};if("createEventObject"in document&&"doScroll"in document.documentElement)try{global.frameElement||k()}catch(l){}}}b.setInterval&&(b!=global&&!b.frameElement)&&(b=global)}d.uuid||(d.uuid=++ia);if(!(g=e._h_9e2))g=e._h_9e2=U.bind(b);e._e_8vj||(e._e_8vj={});e._e_8vj[c]||(e._e_8vj[c]={},u&&9>u?f||b.attachEvent("on"+c,g):b.addEventListener(c, g,!1));e._e_8vj[c][d.uuid]=d}}:function(a,c,d){a.addEventListener(c,d,!1)};k.removeListener=r?function(a,c,d){var e=a._,g,f,k;if(!("function"!=typeof d&&!("object"===typeof d&&d.handleEvent)||!d.uuid||!e))if(g=e._h_9e2){f=e._e_8vj&&e._e_8vj[c];delete f[d.uuid];for(k in f)if(J(f,k))return;u&&9>u?a.detachEvent("on"+c,g):a.removeEventListener(c,g,!1);delete e._e_8vj[c];for(k in e._e_8vj)if(J(e._e_8vj,k))return;delete e._e_8vj}}:function(a,c,d){a.removeEventListener(c,d,!1)};var C=function(b){if(!(this instanceof C))return new C;this.__settings=a.extend({},ja,b);this.__baseClass="x-ph__overlay";this.__visible=!1},ja={};C.prototype=new a.EventEmitter;a.extend(C.prototype,{_showSettings:{modal:!1},modal:!1,show:function(b){this.__visible||(this.__visible=!0,b=a.extend({},this._showSettings,b),this.modal=b.modal,this.__init(),this.emit("beforeShow"),a.Events.addListener(document,"keyup",this.____hideByEsc||(this.____hideByEsc=a.bind(this.__hideByEsc,this))),a.addClass(this.__node,this.__baseClass+"_visible"), this.emit("show"))},hide:function(){this.__visible&&(this.__visible=!1,this.__init(),this.emit("beforeHide"),this.____hideByEsc&&a.Events.removeListener(document,"keyup",this.____hideByEsc),a.removeClass(this.__node,this.__baseClass+"_visible"),this.emit("hide"))},__hideByEsc:function(a){!this.modal&&27==a.keyCode&&this.hide()},__init:function(){this.__node||(this.__node=document.createElement("div"),this.__node.className=this.__baseClass,a.Events.addListener(this.__node,"click",a.bind(function(){this.modal|| this.hide()},this)),document.body.appendChild(this.__node))}});a.Overlay=C;var k=function(b){if(!b||!a.isNode(b.node))throw Error("Invalid arguments");this.__settings=a.extend({},ka,b);this.__baseClass="x-ph__popup";this.__wBaseClass="w-"+this.__baseClass;this.__node=this.__settings.node;this.__wNode=a.hasParent(this.__node,this.__wBaseClass);this.__visible=!1;this._content=a.byClassName(this.__node,".js-content")[0];this._preloader=this.__settings.preloader;this.__settings.overlay&&(this.__overlay= new a.Overlay,this.__overlay.on("hide",a.bind(this.hide,this)));this.__wNode&&a.Events.addListener(this.__wNode,"click",a.bind(this.__wHide,this));(this.__closeButton=a.byClassName(this.__node,".js-close")[0])&&a.Events.addListener(this.__closeButton,"click",a.bind(this.__closeButtonHide,this));if(this.__controls=a.byClassName(this.__node,".js-controls")[0])this._controlsList=a.byClassName(this.__controls,".js-control"),a.Events.addListener(this.__controls,"click",a.bind(this.__controlsHandler,this)); this._onResize=this._onResize.bind(this)},ka={overlay:!0,node:null,preloader:!1};k.prototype=new a.EventEmitter;a.extend(k.prototype,{__init:function(){this.__inited||(this.__inited=!0)},isVisible:function(){return this.__visible},_showSettings:{modal:!1},modal:!1,show:function(b){this.__visible||(this.__visible=!0,b=a.extend({},this._showSettings,b),a.event(1,window,"resize",this._onResize),this.modal=b.modal,this.__init(),this.__closeButton.style.display=!this.modal?"block":"none",this.__overlay&& this.__overlay.show({modal:this.modal}),this.emit("beforeShow"),this.__wNode&&(this.__wNode.style.display="",a.addClass(this.__wNode,this.__wBaseClass+"_visible")),this.preloader(!0),this.__node.style.display="",a.addClass(this.__node,this.__baseClass+"_visible"),this._onResize(!1),this.emit("show"))},hide:function(){this.__visible&&(this.__visible=!1,this.__overlay&&this.__overlay.hide(),a.event(0,window,"resize",this._onResize),this.emit("beforeHide"),this.__wNode&&a.removeClass(this.__wNode,this.__wBaseClass+ "_visible"),a.removeClass(this.__node,this.__baseClass+"_visible"),this.emit("hide"))},preloader:function(b){if(this._preloader)a[(b?"add":"remove")+"Class"](this._content,this._content.getAttribute("data-baseCls")+"_preloader_visible")},__wHide:function(b){!this.modal&&!a.hasParent(b.target,this.__node)&&this.hide()},__closeButtonHide:function(a){this.emit("hide:closeButton");a.preventDefault();this.hide()},__controlsHandler:function(b){var c=b.target||b,d=a.hasParent(c,"js-control"),e;!d&&a.hasClass(c, "js-control")&&(d=c);d&&(e=d.getAttribute("data-action"));e&&(c="action"+e.substr(0,1).toUpperCase()+e.substr(1),this.listeners(c)&&(this.emit(c),b.preventDefault()))},_resizeTimeout:null,_onResize:function(b){a.clearTimeout(this._resizeTimeout);var c=function(){var a=this.__node.clientHeight+5,b=this.getViewport().height,c=Math.max(document.documentElement.scrollHeight,document.documentElement.clientHeight),f=window.pageYOffset||document.documentElement.scrollTop||0;this.__wNode.style.height=b+"px"; this.__wNode.style.top=a+f>c?c-a+"px":f+"px"}.bind(this);!1===b?c():this._resizeTimeout=a.setTimeout(c,50)},getViewport:function(){var a=window,c="inner";"innerWidth"in window||(c="client",a=document.documentElement||document.body);return{width:a[c+"Width"],height:a[c+"Height"]}},getControl:function(a){if(this._controlsList)for(var c=0,d=this._controlsList.length;c'"_+=;:,./?\\|`~[\]{}]+$/i;this.wrongAlpha=/[\u0430-\u044f\u0410-\u042f\u0454\u0457\u0491\u0456]/i;this.wrongSymbolsMsg="\u0412\u044b \u0432\u0432\u0435\u043b\u0438
\u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b"; this.wrongBadLangMsg="\u0421\u043c\u0435\u043d\u0438\u0442\u0435 \u0440\u0430\u0441\u043a\u043b\u0430\u0434\u043a\u0443";a.Events.addListener(this.input,"keyup",function(){this.input.value&&!this.allowedSymbols.test(this.input.value)?(this.wrongAlpha.test(this.input.value)?d.setContent(this.wrongBadLangMsg):d.setContent(this.wrongSymbolsMsg),b.style.display="block"):(d.hide(),b.style.display="none")}.bind(this))}},_passwordVisibleToggle:function(){var b=this._showPasswordToggler,c=this._passwordElement; this._passwordVisiblility?(c.setAttribute("type","password"),a.removeClass(b,"x-ph__form__password__icon_eye-show"),a.count("d11954244"),this._passwordVisiblility=!1):(a.addClass(b,"x-ph__form__password__icon_eye-show"),a.count("d11954237"),c.setAttribute("type","text"),this._passwordVisiblility=!0)},_passwordVisiblility:!1,_toggleEyeVisible:function(){var a=this._showPasswordToggler;this._passwordElement.value.length?(a.removeAttribute("style"),this._eyeVisible=!0):(a.style.display="none",this._eyeVisible= !1)},_eyeVisible:!1,_visible:!1,_showSettings:{infoText:"",errorText:"",failPage:"",successPage:"",modal:!1,login:null,domain:null,focus:"login",formType:"login"},modal:!1,show:function(b){this._visible||(this._visible=!0,this._settings=a.extend({},this._showSettings,b),this._settings.domain=this._settings.domain&&this._settings.domain.replace("@",""),this._loadInitialValues(),a.setTimeout(function(){this._show();a.timers.show=1*new Date}.bind(this),150),"restore"!=this._settings.formType?a.count("d"+ ("home"==a.project?"1507569":"mail"==a.project?"1683662":"1507570")):a.count("d"+("mail"==a.project?"1683665":"1683669")))},_show:function(){var b={};if(this._settings.domain)b[this._settings.domain]={selected:!0};else{var c=this._values.Domains,d;for(d in c)c.hasOwnProperty(d)&&(c[d].extra||(b[d]=c[d]))}this._selectWidget.redraw(b);this._changeDomain();this._loginWidget.value("");this._passwordWidget.value("");this.modal="closable"in this._settings?!this._settings.closable:this._settings.modal;this._setFormType(this._settings.formType); this._infoText.innerHTML=this._settings.infoText;(this._errorText.innerHTML=this._settings.errorText)?(this._infoText.style.display="none",this._errorText.style.display="block",this._message.style.display="block"):(this._infoText.style.display=this._settings.infoText?"block":"none",this._errorText.style.display="none",this._message.style.display=this._infoText.style.display);this._submitButton.setAttribute("disabled","disabled");this._setChangeAuthType(!1);this._popup.show({modal:this.modal});this.emit("show"); if(this._loadedInitialValues)this._init();else this.once("data:loaded",a.bind(function(){this._init()},this))},_changeAuth:function(){a.count("clb1677715");a.accountManager.switchAccount(this._changeAuthSelectWidget.value(),a.bind(function(){f.listeners("authChange")&&this.hide()},this));this._changeAuthSelectControl.style.display="none";this._changeAuthSelectText.style.display=""},_changeAuthInit:function(b){b||(b="register");switch(b){case "register":this._popup.getControl("register").style.display= "";this._popup.getControl("changeAuth").style.display="none";this._changeAuthSelect.style.display="none";break;case "changeAuth":if(this._popup.getControl("register").style.display="none",b=this._popup.getControl("changeAuth"),this._changeAuthSelect.style.display="none",this._accounts.length)if(1==this._accounts.length)b.href=this._getBackURL(),this._changeAuthUser.innerHTML=a.translations.gotoemail+" "+this._accounts[0].email,b.style.display="",this._changeAuthSelect.style.display="none";else{var c= {};c[a.translations.select]={selected:!0};for(var d=0,e=this._accounts.length;d